Merge "Enable block-scoped-var"

This commit is contained in:
Jenkins 2015-09-21 16:03:20 +00:00 committed by Gerrit Code Review
commit 9c659de7ca
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ rules:
# Treat var statements as if they were block scoped
# http://eslint.org/docs/rules/block-scoped-var
block-scoped-var: 0 # TODO(krotscheck): Discuss & Activate
block-scoped-var: 2
# Specify the maximum cyclomatic complexity allowed in a program
# http://eslint.org/docs/rules/complexity