We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5bf074 commit feae8f0Copy full SHA for feae8f0
config/eslint.js
@@ -126,7 +126,7 @@ module.exports = {
126
'no-template-curly-in-string': 'warn',
127
'no-this-before-super': 'warn',
128
'no-throw-literal': 'warn',
129
- 'no-undef': 'warn',
+ 'no-undef': 'error',
130
'no-unexpected-multiline': 'warn',
131
'no-unreachable': 'warn',
132
'no-unused-expressions': 'warn',
0 commit comments