Skip to content

Commit

Permalink
Set warnings back to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-collier committed Jun 11, 2019
1 parent 3ba5ebe commit 57d547c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,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 10 --color -c .eslintrc.js --ext js,jsx .",
"eslint": "eslint --max-warnings 11 --color -c .eslintrc.js --ext js,jsx .",
"eslint-fix": "eslint --max-warnings 10 --color -c .eslintrc.js --ext js,jsx --fix .",
"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",
Expand Down

0 comments on commit 57d547c

Please sign in to comment.