Skip to content

Commit

Permalink
chore: update typescript-eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
anajavi committed Aug 7, 2024
1 parent e1f5dc1 commit c0a1798
Show file tree
Hide file tree
Showing 3 changed files with 571 additions and 735 deletions.
7 changes: 7 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,11 @@ module.exports = {
'eslint:recommended',
'plugin:@typescript-eslint/recommended',
],
rules: {
'@typescript-eslint/no-explicit-any': 'warn',
'@typescript-eslint/no-require-imports': 'warn',
'@typescript-eslint/no-unused-vars': [ 'error',
{ caughtErrors: 'none' }
]
}
};
Loading

0 comments on commit c0a1798

Please sign in to comment.