Upgrade eslint and friends
This commit is contained in:
parent
21e9abb899
commit
8ba3990076
4 changed files with 9 additions and 8 deletions
|
|
@ -10,6 +10,7 @@
|
||||||
"no-else-return": [0],
|
"no-else-return": [0],
|
||||||
"space-infix-ops": [0],
|
"space-infix-ops": [0],
|
||||||
"react/prefer-es6-class": [0],
|
"react/prefer-es6-class": [0],
|
||||||
|
"react/prefer-stateless-function": [0],
|
||||||
},
|
},
|
||||||
"globals": {
|
"globals": {
|
||||||
"__PREFIX_LINKS__": true,
|
"__PREFIX_LINKS__": true,
|
||||||
|
|
|
||||||
|
|
@ -35,9 +35,9 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-plugin-react-transform": "^1.1.1",
|
"babel-plugin-react-transform": "^1.1.1",
|
||||||
"eslint": "^1.10.3",
|
"eslint": "^2.4.0",
|
||||||
"eslint-config-airbnb": "^5.0.1",
|
"eslint-config-airbnb": "^6.1.0",
|
||||||
"eslint-plugin-react": "^3.16.1",
|
"eslint-plugin-react": "^4.2.1",
|
||||||
"gh-pages": "^0.11.0",
|
"gh-pages": "^0.11.0",
|
||||||
"react-transform-catch-errors": "^1.0.0",
|
"react-transform-catch-errors": "^1.0.0",
|
||||||
"react-transform-hmr": "^1.0.0",
|
"react-transform-hmr": "^1.0.0",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue