Skip to content

Commit

Permalink
infra(unicorn): prefer-optional-catch-binding (#2491)
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT authored Oct 22, 2023
1 parent b55ac80 commit 46dd3c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ module.exports = defineConfig({
'unicorn/prefer-module': 'off',
'unicorn/prefer-native-coercion-functions': 'off',
'unicorn/prefer-negative-index': 'off',
'unicorn/prefer-optional-catch-binding': 'off',
'unicorn/prefer-string-slice': 'off',
'unicorn/prefer-ternary': 'off',
'unicorn/prefer-top-level-await': 'off',
Expand Down

0 comments on commit 46dd3c2

Please sign in to comment.