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 7e5e057 commit 1666f99Copy full SHA for 1666f99
package.json
@@ -47,6 +47,7 @@
47
"debug": "NODE_ENV=debug npm run test -- -st --fail-fast",
48
"install-hooks": "husky install",
49
"lint": "xo",
50
+ "lint-and-fix": "npm run lint -- --fix",
51
"lint-config": "fixpack --dryRun",
52
"lint-config-and-fix": "fixpack || fixpack",
53
"postinstall": "npm run install-hooks",
0 commit comments