mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -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"
|
||||
],
|
||||
"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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue