Merge "Enable builtinGlobals for no-redeclare"

This commit is contained in:
Jenkins 2016-03-02 09:33:23 +00:00 committed by Gerrit Code Review
commit 63fccc1d08
1 changed files with 3 additions and 1 deletions

View File

@ -343,7 +343,9 @@ rules:
# Disallow declaring the same variable more than once
# http://eslint.org/docs/rules/no-redeclare
no-redeclare: 2
no-redeclare:
- 2
- builtinGlobals: true
# Disallow use of assignment in return statement
# http://eslint.org/docs/rules/no-return-assign