Skip to content

Commit

Permalink
chore: add no-explicit-any rule
Browse files Browse the repository at this point in the history
  • Loading branch information
solufa committed Jan 28, 2024
1 parent 67c2db4 commit aa085e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ module.exports = {
'@typescript-eslint/explicit-module-boundary-types': 'off',
'@typescript-eslint/no-non-null-assertion': 'error',
'@typescript-eslint/strict-boolean-expressions': 'error',
'@typescript-eslint/no-explicit-any': 'error',
complexity: ['error', 5],
'max-depth': ['error', 2],
'max-nested-callbacks': ['error', 3],
Expand Down

0 comments on commit aa085e6

Please sign in to comment.