1 parent 9528046 commit 35bc61bCopy full SHA for 35bc61b
1 file changed
eslint.config.js
@@ -22,7 +22,7 @@ export default defineConfig([
22
},
23
rules: {
24
'@typescript-eslint/no-explicit-any': 'warn',
25
- '@typescript-eslint/no-unused-vars': ['warn', { 'argsIgnorePattern': '^_' }],
+ '@typescript-eslint/no-unused-vars': ['warn', { argsIgnorePattern: '^_' }],
26
'@typescript-eslint/no-require-imports': 'warn',
27
'no-empty': 'warn',
28
'react-refresh/only-export-components': ['warn', { allowConstantExport: true }],
0 commit comments