From ef6cc89f7b6e5d35e6af50dd4a970ed0cffd1c58 Mon Sep 17 00:00:00 2001 From: a flying potato <80830782+a-flying-potato@users.noreply.github.com> Date: Wed, 28 Jul 2021 18:39:24 +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/a44c42967442d65fd14272682fb84a6f32feb841/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 eef4c4ac..7941fcf5 100644 --- a/package.json +++ b/package.json @@ -136,7 +136,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 }