We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c258fc2 commit 1b8a586Copy full SHA for 1b8a586
1 file changed
eslint.config.js
@@ -18,7 +18,7 @@ export default [
18
19
// Possible Problems
20
'no-unused-vars': [
21
- 'warn',
+ 'error',
22
{
23
vars: 'all',
24
args: 'after-used',
@@ -28,7 +28,7 @@ export default [
28
},
29
],
30
'no-console': 'off', // Common in browser extensions
31
- 'no-debugger': 'warn',
+ 'no-debugger': 'error',
32
'no-constant-binary-expression': 'error',
33
34
// Best Practices
0 commit comments