Skip to content

Commit 46667d3

Browse files
authored
chore: avoid recursion in format/lint (#487)
1 parent ca9e9b4 commit 46667d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"Aadit M Shah <aaditmshah@aadit.codes> (https://aadit.codes/)"
2323
],
2424
"scripts": {
25-
"format": "prettier --write . && npm run lint -- --fix",
25+
"format": "prettier --write . && eslint . --fix",
2626
"lint": "npm-run-all \"lint:*\"",
2727
"lint:eslint-docs": "npm run update:eslint-docs && git diff --exit-code",
2828
"lint:js": "eslint --report-unused-disable-directives .",

0 commit comments

Comments
 (0)