From e61314edbabd6cb9b94351458f5c0f2a23c642cb Mon Sep 17 00:00:00 2001 From: Leo Lamprecht Date: Mon, 17 Oct 2016 10:23:58 +0200 Subject: [PATCH] Don't overwrite eqeqeq rule https://github.com/zeit/hyper/pull/888#pullrequestreview-4395961 --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4b5f117f..dd3e0788 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,6 @@ "mocha" ], "rules": { - "eqeqeq": ["error", "allow-null"], "new-cap": 0, "no-warning-comments": 0, "complexity": 0, @@ -87,7 +86,10 @@ "asar": false, "extend-info": "build/Info.plist", "linux": { - "arch": ["ia32", "x64"], + "arch": [ + "ia32", + "x64" + ], "target": [ "deb", "AppImage"