Skip to content

Commit

Permalink
feat: add caughtErrorsIgnorePattern rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Raubzeug authored Dec 26, 2024
1 parent 1f68e4a commit 5ff33b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ module.exports = {
{
argsIgnorePattern: '^_',
varsIgnorePattern: '^_',
caughtErrorsIgnorePattern: '^_'

Check failure on line 154 in base.js

View workflow job for this annotation

GitHub Actions / Verify Files

Insert `,`
},
],
'@typescript-eslint/no-use-before-define': [WARNING, {functions: false}],
Expand Down

0 comments on commit 5ff33b7

Please sign in to comment.