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 dff4bba commit 520b22bCopy full SHA for 520b22b
package.json
@@ -26,6 +26,9 @@
26
"lint:js": "eslint --cache .",
27
"lint": "npm-run-all -l -p \"lint:**\"",
28
"test:only": "cross-env NODE_ENV=test jest",
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
"lint:spelling": "cspell \"**/*.*\"",
33
"test:watch": "npm run test:only -- --watch",
34
"test:manual": "npm run build && webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js",
0 commit comments