Merge "Enabled eqeqeq"

This commit is contained in:
Jenkins 2015-09-24 21:24:15 +00:00 committed by Gerrit Code Review
commit 8d60815613
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ rules:
# Require the use of === and !==
# http://eslint.org/docs/rules/eqeqeq
eqeqeq: 0 # TODO(krotscheck): Discuss & Activate
eqeqeq: 2
# Make sure for-in loops have an if statement
# http://eslint.org/docs/rules/guard-for-in