From 48d63431373e0a62b7fb3ddb3eb5a6b71561ea30 Mon Sep 17 00:00:00 2001 From: a flying potato <80830782+a-flying-potato@users.noreply.github.com> Date: Mon, 20 Dec 2021 16:08:00 +0100 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/8134808bd3e9bcbb3e4b2ca5401e2dee58965a01/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 3a9c288..d104e3c 100644 --- a/package.json +++ b/package.json @@ -137,7 +137,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, "xo": {