Skip to content

Commit

Permalink
ci: fail on warnings to enforce react-hook-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
EthnTuttle committed Aug 20, 2023
1 parent 5786b96 commit d001803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/guardian-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint \"src/**/*.ts*\"",
"lint": "eslint \"src/**/*.ts*\" --max-warnings 0",
"clean": "rm -rf build"
},
"dependencies": {
Expand Down

0 comments on commit d001803

Please sign in to comment.