mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-16 21:58:39 -09:00
Merge pull request #741 from davegomez/xo-update
Update ESLint and XO rules dependencies
This commit is contained in:
commit
5e87ce555c
1 changed files with 2 additions and 3 deletions
|
|
@ -41,8 +41,8 @@
|
||||||
"electron": "1.4.1",
|
"electron": "1.4.1",
|
||||||
"electron-builder": "^7.0.1",
|
"electron-builder": "^7.0.1",
|
||||||
"electron-devtools-installer": "^2.0.0",
|
"electron-devtools-installer": "^2.0.0",
|
||||||
"eslint-config-xo-react": "^0.9.0",
|
"eslint-config-xo-react": "^0.10.0",
|
||||||
"eslint-plugin-react": "^6.2.2",
|
"eslint-plugin-react": "^6.3.0",
|
||||||
"husky": "^0.11.6",
|
"husky": "^0.11.6",
|
||||||
"redux-logger": "^2.6.1",
|
"redux-logger": "^2.6.1",
|
||||||
"spectron": "^3.4.0",
|
"spectron": "^3.4.0",
|
||||||
|
|
@ -59,7 +59,6 @@
|
||||||
"mocha"
|
"mocha"
|
||||||
],
|
],
|
||||||
"rules": {
|
"rules": {
|
||||||
"react/jsx-filename-extension": 0,
|
|
||||||
"react/prop-types": 0,
|
"react/prop-types": 0,
|
||||||
"babel/new-cap": 0,
|
"babel/new-cap": 0,
|
||||||
"quote-props": 0,
|
"quote-props": 0,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue