Skip to content

Commit

Permalink
feat(eslint-plugin-experience): use-unknown-in-catch-callback-variable
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Jul 22, 2024
1 parent 66ec9a9 commit 7408891
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/eslint-plugin-experience/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,7 @@ module.exports = {
},
],
'@typescript-eslint/type-annotation-spacing': 'error',
'@typescript-eslint/use-unknown-in-catch-callback-variable': 'error',
curly: ['error', 'all'],
'decorator-position/decorator-position': [
'error',
Expand Down

0 comments on commit 7408891

Please sign in to comment.