Skip to content

Commit

Permalink
Improved eslint flat config
Browse files Browse the repository at this point in the history
  • Loading branch information
vpmedia committed Jul 24, 2024
1 parent 408aadf commit 2176980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default [
...js.configs.recommended.rules,
...jsdocPlugin.configs['flat/recommended'].rules,
// ...importPlugin.configs.recommended.rules,
'no-unused-vars': 'warn',
'no-unused-vars': 'off',
'prefer-arrow-callback': 'warn',
'prefer-template': 'warn',
// 'import/extensions': ['warn', 'always'],
Expand Down

0 comments on commit 2176980

Please sign in to comment.