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 105ce2c commit 49f1868Copy full SHA for 49f1868
package.json
@@ -29,9 +29,9 @@
29
"lint:js": "eslint --cache .",
30
"lint:types": "tsc --pretty --noEmit",
31
"lint": "npm-run-all -l -p \"lint:**\"",
32
- "fix:prettier": "npm run lint:prettier -- --write",
33
- "fix:js": "npm run lint:js -- --fix",
34
- "fix": "npm-run-all fix:js fix:prettier",
+ "format:prettier": "npm run lint:prettier -- --write",
+ "format:js": "npm run lint:js -- --fix",
+ "format": "npm-run-all fix:js fix:prettier",
35
"test:only": "cross-env NODE_ENV=test jest",
36
"test:watch": "npm run test:only -- --watch",
37
"test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
0 commit comments