Skip to content

Commit

Permalink
fix(eslint-config): allow () => undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
DrJume committed Aug 5, 2024
1 parent 94dd41e commit 24e183a
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 @@ -75,6 +75,7 @@ export function eslintConfig({ nuxt = false, tsconfigPath }) {
'unicorn/prefer-ternary': 'off',
'unicorn/catch-error-name': ['error', { name: 'err' }],
'unicorn/no-abusive-eslint-disable': 'off',
'unicorn/no-useless-undefined': ['error', { checkArrowFunctionBody: false }],
},
},
{
Expand Down

0 comments on commit 24e183a

Please sign in to comment.