We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62f539c commit e3e9cd6Copy full SHA for e3e9cd6
package.json
@@ -30,6 +30,9 @@
30
"lint:spelling": "cspell \"**/*.*\"",
31
"lint:types": "tsc --pretty --noEmit",
32
"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",
36
"prepare": "husky install && npm run build",
37
"release": "standard-version",
38
"security": "npm audit --production",
0 commit comments