More ESLint options

This commit is contained in:
uwap 2017-11-07 01:32:22 +01:00
parent a60e800cee
commit 19b91cfd0a
8 changed files with 200 additions and 59 deletions

View file

@ -8,7 +8,7 @@
"production-build": "webpack --bail --config webpack.prod.js",
"watch": "webpack-dev-server --open --config webpack.dev.js",
"travis": "yarn lint && yarn build && yarn production-build",
"lint": "yarn eslint -- --ext js --ext jsx src/",
"lint": "eslint -- --ext js --ext jsx src/",
"precommit": "yarn lint"
},
"dependencies": {