We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d89a69 commit 006856aCopy full SHA for 006856a
1 file changed
frontend/eslint.config.js
@@ -23,7 +23,7 @@ export default defineConfig([
23
},
24
25
rules: {
26
- 'no-unused-vars': ['error', { varsIgnorePattern: '^[A-Z_]' }],
+ 'no-unused-vars': ['error', { varsIgnorePattern: '^[A-Z_]', argsIgnorePattern: '^_' }],
27
28
29
])
0 commit comments