Skip to content

Commit

Permalink
chore: avoid recursion in format/lint (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 authored Jul 19, 2024
1 parent ca9e9b4 commit 46667d3
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 @@ -22,7 +22,7 @@
"Aadit M Shah <aaditmshah@aadit.codes> (https://aadit.codes/)"
],
"scripts": {
"format": "prettier --write . && npm run lint -- --fix",
"format": "prettier --write . && eslint . --fix",
"lint": "npm-run-all \"lint:*\"",
"lint:eslint-docs": "npm run update:eslint-docs && git diff --exit-code",
"lint:js": "eslint --report-unused-disable-directives .",
Expand Down

0 comments on commit 46667d3

Please sign in to comment.