Merge "Disable no-undefined"

This commit is contained in:
Jenkins 2016-01-29 17:00:17 +00:00 committed by Gerrit Code Review
commit 03e6043554
1 changed files with 1 additions and 1 deletions

View File

@ -461,7 +461,7 @@ rules:
# Disallow use of undefined variable
# http://eslint.org/docs/rules/no-undefined
no-undefined: 2
no-undefined: 0
# Disallow declaration of variables that are not used in the code
# http://eslint.org/docs/rules/no-unused-vars