diff --git a/config/eslint.js b/config/eslint.js index ce78a72e72e..a7c955dbea5 100644 --- a/config/eslint.js +++ b/config/eslint.js @@ -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',