We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
format
lint
1 parent ca9e9b4 commit 46667d3Copy full SHA for 46667d3
package.json
@@ -22,7 +22,7 @@
22
"Aadit M Shah <[email protected]> (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