linter: Simplify '===' eslint rule configuration.

We don't need the allow-null setting.
This commit is contained in:
Brock Whittaker 2017-09-28 10:47:08 -07:00 committed by Tim Abbott
parent aaaaa66d4c
commit 2f1e1db269
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@
"curly": 2,
"dot-notation": [ "error", { "allowKeywords": true } ],
"eol-last": [ "error", "always" ],
"eqeqeq": [ "error", "allow-null" ],
"eqeqeq": 2,
"func-style": [ "off", "expression" ],
"guard-for-in": 2,
"keyword-spacing": [ "error",