Don't overwrite eqeqeq rule

https://github.com/zeit/hyper/pull/888#pullrequestreview-4395961
This commit is contained in:
Leo Lamprecht 2016-10-17 10:23:58 +02:00
parent 30a1a35937
commit e61314edba
No known key found for this signature in database
GPG key ID: C251EE4DA454117B

View file

@ -61,7 +61,6 @@
"mocha" "mocha"
], ],
"rules": { "rules": {
"eqeqeq": ["error", "allow-null"],
"new-cap": 0, "new-cap": 0,
"no-warning-comments": 0, "no-warning-comments": 0,
"complexity": 0, "complexity": 0,
@ -87,7 +86,10 @@
"asar": false, "asar": false,
"extend-info": "build/Info.plist", "extend-info": "build/Info.plist",
"linux": { "linux": {
"arch": ["ia32", "x64"], "arch": [
"ia32",
"x64"
],
"target": [ "target": [
"deb", "deb",
"AppImage" "AppImage"