Merge "Enable no-redeclare"

This commit is contained in:
Jenkins 2015-09-01 23:26:29 +00:00 committed by Gerrit Code Review
commit 5735e36268
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ rules:
# Disallow declaring the same variable more than once
# http://eslint.org/docs/rules/no-redeclare
no-redeclare: 0 # TODO(krotscheck): Discuss & Activate
no-redeclare: 2
# Disallow use of assignment in return statement
# http://eslint.org/docs/rules/no-return-assign