Skip to content

Commit

Permalink
up eslint cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
uNmAnNeR committed Apr 9, 2024
1 parent 90d945d commit eb66126
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.cjs
Expand Up @@ -19,6 +19,8 @@ module.exports = {
'@typescript-eslint/ban-ts-comment': 'off',
'@typescript-eslint/ban-types': 'warn',
'@typescript-eslint/no-empty-function': 'warn',
'@typescript-eslint/no-explicit-any': 'warn',
'@typescript-eslint/no-unused-vars': 'warn',
'no-empty': ['error', { allowEmptyCatch: true }],
'prefer-const': ['error', { destructuring: 'all' }],
},
Expand Down

0 comments on commit eb66126

Please sign in to comment.