Enforced the eqeqeq rule

This commit is contained in:
Colin Eberhardt
2015-10-05 12:49:28 +01:00
parent 9b75493988
commit 0f43977bb2
2 changed files with 45 additions and 45 deletions

View File

@@ -54,7 +54,7 @@
"default-case": 0,
"dot-notation": 2,
"dot-location": 0,
"eqeqeq": 0,
"eqeqeq": 2,
"guard-for-in": 0,
"no-alert": 2,
"no-caller": 2,