Skip to content

Commit e3e9cd6

Browse files
authored
chore: add scripts to fix lint (#1033)
1 parent 62f539c commit e3e9cd6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
"lint:spelling": "cspell \"**/*.*\"",
3131
"lint:types": "tsc --pretty --noEmit",
3232
"lint": "npm-run-all -l -p \"lint:**\"",
33+
"fix:js": "npm run lint:js -- --fix",
34+
"fix:prettier": "npm run lint:prettier -- --write",
35+
"fix": "npm-run-all -l fix:js fix:prettier",
3336
"prepare": "husky install && npm run build",
3437
"release": "standard-version",
3538
"security": "npm audit --production",

0 commit comments

Comments
 (0)