mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-15 21:28:40 -09:00
Don't overwrite eqeqeq rule
https://github.com/zeit/hyper/pull/888#pullrequestreview-4395961
This commit is contained in:
parent
30a1a35937
commit
e61314edba
1 changed files with 4 additions and 2 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue