Skip to content

Commit

Permalink
eslint onto github actions (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cassidy-Boilley committed May 10, 2024
1 parent 416bc20 commit 515ed82
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 @@
"start": "next start",
"lint": "next lint",
"prepare": "husky",
"format": "prettier --write ."
"format": "eslint --fix . && prettier --write ."
},
"lint-staged": {
"**/*": [
Expand Down

0 comments on commit 515ed82

Please sign in to comment.