relaxed the eqeqeq rule to permit 'foo != null'

This commit is contained in:
Colin Eberhardt
2015-10-07 06:40:17 +01:00
parent 538cb2e940
commit 040f0f3e7c
2 changed files with 7 additions and 7 deletions

View File

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