Skip to content

Commit

Permalink
Fail CI on eslint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiefMaster committed Aug 26, 2020
1 parent c907c05 commit 04744d8
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 @@ -8,7 +8,7 @@
"isort:check": "npm run isort -- --diff --check-only",
"black": "black setup.py conftest.py newdle/ tests/",
"black:check": "npm run black -- --diff --check",
"eslint:check": "cd newdle/client && npx eslint src/",
"eslint:check": "cd newdle/client && npx eslint --max-warnings 0 src/",
"flake8": "flake8 conftest.py newdle/ tests/"
},
"lint-staged": {
Expand Down

0 comments on commit 04744d8

Please sign in to comment.