From 01dd108d139f5649575f850de08577acfc1f824e Mon Sep 17 00:00:00 2001 From: a flying potato <80830782+a-flying-potato@users.noreply.github.com> Date: Thu, 15 Apr 2021 13:58:59 +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/aureooms/rejuvenate/blob/b7b7316fcc320ee7d249b0aa391d9a196c944421/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 5d73184..02b3f47 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,8 @@ "prepare": "npm run build", "release": "np", "test": "xo && ava", - "lint-config-and-fix": "fixpack || fixpack" + "lint-config-and-fix": "fixpack || fixpack", + "lint-config": "fixpack --dryRun" }, "xo": { "prettier": true,