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 5040de9 commit 5ebe335Copy full SHA for 5ebe335
package.json
@@ -45,6 +45,7 @@
45
"debug": "NODE_ENV=debug npm run test -- -st --fail-fast",
46
"install-hooks": "husky install",
47
"lint": "xo",
48
+ "lint-and-fix": "npm run lint -- --fix",
49
"lint-config": "fixpack --dryRun",
50
"lint-config-and-fix": "fixpack || fixpack",
51
"postinstall": "npm run install-hooks",
0 commit comments