From b372c6618e9deb360da94c214b902f5772d76d0c Mon Sep 17 00:00:00 2001 From: a flying potato <80830782+a-flying-potato@users.noreply.github.com> Date: Sun, 4 Sep 2022 08:38:19 +0200 Subject: [PATCH] :robot: chore(package.json): Add lint-and-fix script. These changes were automatically generated by a transform whose code can be found at: - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/b30cf223897adb74ca4a854799d50b21d7e1959d/src/transforms/package.json:scripts-add-lint-and-fix.js Please contact the author of the transform if you believe there was an error. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 51a6479..fea426e 100644 --- a/package.json +++ b/package.json @@ -47,6 +47,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",