We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9ad7c1 commit b6ed7fdCopy full SHA for b6ed7fd
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
"test:only": "cross-env NODE_ENV=test jest",
37
"test:watch": "npm run test:only -- --watch",
38
"test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
0 commit comments