mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 12:38:39 -09:00
add missing packages to packages.json (#826)
This commit is contained in:
parent
fe91b4c76e
commit
c3a9e521df
1 changed files with 5 additions and 1 deletions
|
|
@ -43,6 +43,7 @@
|
|||
"electron": "1.4.0",
|
||||
"electron-builder": "^7.10.2",
|
||||
"electron-devtools-installer": "^2.0.0",
|
||||
"eslint": "3.7.1",
|
||||
"eslint-config-xo-react": "^0.10.0",
|
||||
"eslint-plugin-react": "^6.3.0",
|
||||
"husky": "^0.11.6",
|
||||
|
|
@ -61,7 +62,10 @@
|
|||
"mocha"
|
||||
],
|
||||
"rules": {
|
||||
"eqeqeq": ["error", "allow-null"],
|
||||
"eqeqeq": [
|
||||
"error",
|
||||
"allow-null"
|
||||
],
|
||||
"no-eq-null": 0,
|
||||
"react/prop-types": 0,
|
||||
"babel/new-cap": 0,
|
||||
|
|
|
|||
Loading…
Reference in a new issue