8000
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.
1 parent 6a00689 commit 0a53820Copy full SHA for 0a53820
package.json
@@ -26,6 +26,9 @@
26
"lint:js": "eslint --cache .",
27
"lint:spelling": "cspell \"**/*.*\"",
28
"lint": "npm-run-all -l -p \"lint:**\"",
29
+ "fix:js": "npm run lint:js -- --fix",
30
+ "fix:prettier": "npm run lint:prettier -- --write",
31
+ "fix": "npm-run-all -l fix:js fix:prettier",
32
"test:only": "cross-env NODE_ENV=test jest",
33
"test:watch": "npm run test:only -- --watch",
34
"test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
0 commit comments