diff --git a/package.json b/package.json index 7c3cf6c..c8e6730 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,7 @@ "dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast", "install-hooks": "husky install", "lint": "xo", + "lint-and-fix": "npm run lint -- --fix", "lint-config": "fixpack --dryRun", "lint-config-and-fix": "fixpack || fixpack", "postinstall": "npm run install-hooks",