We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
format
lint
1 parent ca9e9b4 commit 46667d3Copy full SHA for 46667d3
package.json
@@ -22,7 +22,7 @@
22
"Aadit M Shah <aaditmshah@aadit.codes> (https://aadit.codes/)"
23
],
24
"scripts": {
25
- "format": "prettier --write . && npm run lint -- --fix",
+ "format": "prettier --write . && eslint . --fix",
26
"lint": "npm-run-all \"lint:*\"",
27
"lint:eslint-docs": "npm run update:eslint-docs && git diff --exit-code",
28
"lint:js": "eslint --report-unused-disable-directives .",
0 commit comments