Skip to content

Commit feae8f0

Browse files
authored
Promote no-undef to be treated as an error (#669)
Fixes #498
1 parent a5bf074 commit feae8f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/eslint.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ module.exports = {
126126
'no-template-curly-in-string': 'warn',
127127
'no-this-before-super': 'warn',
128128
'no-throw-literal': 'warn',
129-
'no-undef': 'warn',
129+
'no-undef': 'error',
130130
'no-unexpected-multiline': 'warn',
131131
'no-unreachable': 'warn',
132132
'no-unused-expressions': 'warn',

0 commit comments

Comments
 (0)