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 29b5dca commit 6acf40aCopy full SHA for 6acf40a
package.json
@@ -50,6 +50,7 @@
50
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
51
"install-hooks": "husky install",
52
"lint": "xo",
53
+ "lint-and-fix": "npm run lint -- --fix",
54
"lint-config": "fixpack --dryRun",
55
"lint-config-and-fix": "fixpack || fixpack",
56
"postinstall": "npm run install-hooks",
0 commit comments