Skip to content

Commit

Permalink
Disable unused-vars for caught errors
Browse files Browse the repository at this point in the history
  • Loading branch information
cesardeazevedo committed Aug 28, 2024
1 parent c1264ad commit f7b1427
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export default [
{
rules: {
'prettier/prettier': 0,
'@typescript-eslint/no-unused-vars': ['error', { caughtErrors: 'none' }],
'@typescript-eslint/consistent-type-imports': 'error',
},
},
Expand Down

0 comments on commit f7b1427

Please sign in to comment.