From 2e0802ddba4d94582d0824f444af7737fcc014a6 Mon Sep 17 00:00:00 2001 From: a flying potato <80830782+a-flying-potato@users.noreply.github.com> Date: Tue, 21 Dec 2021 16:02:51 +0100 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/8134808bd3e9bcbb3e4b2ca5401e2dee58965a01/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 af56eda..d58029d 100644 --- a/package.json +++ b/package.json @@ -70,6 +70,7 @@ "esdoc": "esdoc", "prepare": "npm run build", "release": "np", - "test": "ava" + "test": "ava", + "lint-config-and-fix": "fixpack || fixpack" } }