Skip to content

Commit

Permalink
Merge pull request #82 from shapehq/enhancement/eslint-warnings-as-er…
Browse files Browse the repository at this point in the history
…rors

Linting warnings causes workflow to fail
  • Loading branch information
simonbs authored Oct 27, 2023
2 parents f4dc88c + d751106 commit bed09b4
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 @@ -10,7 +10,7 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint": "next lint --max-warnings=0",
"test": "jest"
},
"dependencies": {
Expand Down

0 comments on commit bed09b4

Please sign in to comment.