Commit feae8f05 authored by Dan Abramov's avatar Dan Abramov Committed by GitHub
Browse files

Promote no-undef to be treated as an error (#669)

Fixes #498
parent a5bf0747
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -126,7 +126,7 @@ module.exports = {
'no-template-curly-in-string': 'warn',
'no-this-before-super': 'warn',
'no-throw-literal': 'warn',
'no-undef': 'warn',
'no-undef': 'error',
'no-unexpected-multiline': 'warn',
'no-unreachable': 'warn',
'no-unused-expressions': 'warn',
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment