From 0c6c793c0eef7b37a036e269326e63aefaaf574c Mon Sep 17 00:00:00 2001 From: a flying potato <80830782+a-flying-potato@users.noreply.github.com> Date: Sat, 10 Sep 2022 20:07:42 +0200 Subject: [PATCH] :robot: chore(package.json): Add lint-config script. These changes were automatically generated by a transform whose code can be found at: - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/d09fbf6436be892b61bbe02454e1d7d7229c50d8/src/transforms/package.json:scripts-add-lint-config.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 3ecc8f0..22d1ba7 100644 --- a/package.json +++ b/package.json @@ -129,7 +129,8 @@ "release": "np", "test": "ava", "travis": "npm run lint && npm run cover", - "lint-config-and-fix": "fixpack || fixpack" + "lint-config-and-fix": "fixpack || fixpack", + "lint-config": "fixpack --dryRun" }, "sideEffects": false }