There was an error while loading. Please reload this page.
1 parent dc3730f commit 8ae81c7Copy full SHA for 8ae81c7
package.json
@@ -77,6 +77,7 @@
77
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
78
"install-hooks": "husky install",
79
"lint": "xo",
80
+ "lint-and-fix": "npm run lint -- --fix",
81
"lint-config": "fixpack --dryRun",
82
"lint-config-and-fix": "fixpack || fixpack",
83
"postinstall": "npm run install-hooks",
0 commit comments