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 6b7e76c commit 59924e9Copy full SHA for 59924e9
package.json
@@ -43,6 +43,7 @@
43
"debug": "NODE_ENV=debug npm run test -- -st --fail-fast",
44
"install-hooks": "husky install",
45
"lint": "xo",
46
+ "lint-and-fix": "npm run lint -- --fix",
47
"lint-config": "fixpack --dryRun",
48
"lint-config-and-fix": "fixpack || fixpack",
49
"postinstall": "npm run install-hooks",
0 commit comments