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 546d54e commit 17d39bbCopy full SHA for 17d39bb
package.json
@@ -47,6 +47,7 @@
47
"dev": "npm run lint-and-fix && npm run cover -- -- -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