Skip to content

Commit

Permalink
fix(eslint): remove unicorn disable 'eslint-disable' rule, already ha…
Browse files Browse the repository at this point in the history
…ndled by antfu
  • Loading branch information
DrJume committed Jul 11, 2024
1 parent c2d06fb commit 1640c56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ export function eslintConfig({ nuxt = false, tsconfigPath, unicorn = false, conf
'unicorn/no-array-callback-reference': 'off',
'unicorn/prefer-ternary': 'off',
'unicorn/catch-error-name': ['error', { name: 'err' }],
'unicorn/no-abusive-eslint-disable': 'off',
},
},
{
Expand Down

0 comments on commit 1640c56

Please sign in to comment.