From ca5359e80a3907f978ac6086b733510394005f84 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:36:35 +0200 Subject: [PATCH] :robot: chore(package.json): Add lint-config-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-config-and-fix.js Please contact the author of the transform if you believe there was an error. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a5910dc..6667f9d 100644 --- a/package.json +++ b/package.json @@ -124,7 +124,8 @@ "prepare": "npm run build", "release": "np", "test": "ava", - "travis": "npm run lint && npm run cover" + "travis": "npm run lint && npm run cover", + "lint-config-and-fix": "fixpack || fixpack" }, "sideEffects": false }