Merge pull request #41 from uwap/greenkeeper/eslint-5.0.1
Greenkeeper/eslint 5.0.1
This commit is contained in:
commit
0a0af1cbf3
1 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@
|
|||
"dev": "webpack --bail --config webpack.config.js --mode development --env",
|
||||
"watch": "webpack-dev-server --open --config webpack.config.js --mode development --env",
|
||||
"travis": "./travis.sh",
|
||||
"lint": "eslint -- --ext js --ext jsx src/",
|
||||
"lint": "eslint --ext js --ext jsx src/",
|
||||
"precommit": "yarn lint"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
"babel-preset-react": "^6.24.1",
|
||||
"clean-webpack-plugin": "^0.1.18",
|
||||
"css-loader": "^0.28.9",
|
||||
"eslint": "^4.16.0",
|
||||
"eslint": "^5.0.1",
|
||||
"eslint-plugin-flowtype": "^2.42.0",
|
||||
"eslint-plugin-react": "^7.6.1",
|
||||
"file-loader": "^1.1.5",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue