Skip to content

Commit

Permalink
lint: allow catch (ignore)
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Jan 8, 2025
1 parent d4e6624 commit 7f0679e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default [
},
},
rules: {
'no-unused-vars': 'warn',
'no-unused-vars': ['warn', { 'caughtErrorsIgnorePattern': '^ignore' }],
},
},
]

0 comments on commit 7f0679e

Please sign in to comment.