Merge "Enable no-undefined"

This commit is contained in:
Jenkins 2015-10-01 18:53:07 +00:00 committed by Gerrit Code Review
commit 51b6d82a02
1 changed files with 1 additions and 1 deletions

View File

@ -457,7 +457,7 @@ rules:
# Disallow use of undefined variable
# http://eslint.org/docs/rules/no-undefined
no-undefined: 0 # TODO(krotscheck): Discuss & Activate
no-undefined: 2
# Disallow declaration of variables that are not used in the code
# http://eslint.org/docs/rules/no-unused-vars