Skip to content

Commit

Permalink
eslint only has 11 warnings now
Browse files Browse the repository at this point in the history
  • Loading branch information
ndushay committed May 6, 2019
1 parent 699dc3c commit 5605096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -75,7 +75,7 @@
"dev-build": "webpack --progress --mode development",
"dev-build-test": "npm run dev-build && npm run test",
"dev-start": "webpack-dev-server --config ./webpack.config.js --mode development",
"eslint": "eslint --max-warnings 15 --color -c .eslintrc.js --ext js,jsx ./src",
"eslint": "eslint --max-warnings 11 --color -c .eslintrc.js --ext js,jsx ./src",
"jest-cov": "jest --coverage --colors --silent --runInBand",
"jest-ci": "jest --colors --silent --ci --runInBand --coverage --reporters=default --reporters=jest-junit && cat ./coverage/lcov.info | coveralls",
"test": "jest --colors --silent --runInBand --detectOpenHandles",
Expand Down

0 comments on commit 5605096

Please sign in to comment.