Skip to content

Commit

Permalink
build: add "lint:fix" command
Browse files Browse the repository at this point in the history
  • Loading branch information
iBotPeaches committed Jan 5, 2024
1 parent 9d29a3b commit ae745bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
],
"scripts": {
"test": "jest --coverage --detectOpenHandles --forceExit",
"lint": "eslint ."
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit ae745bf

Please sign in to comment.