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 7e1ac16 commit fbe3e75Copy full SHA for fbe3e75
package.json
@@ -45,6 +45,7 @@
45
"dev": "npm run lint -- --fix && npm run cover -- -- -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