From 8a314586b0e99e3f0045de881b11207089da6b80 Mon Sep 17 00:00:00 2001 From: Artur Sudnik-Hrynkiewicz Date: Fri, 11 Aug 2023 19:47:16 +0200 Subject: [PATCH] chore: adding `lint:fix` npm script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a45b35a..eb0f8eb 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,8 @@ "start": "node index.js", "start:dev": "nodemon", "test": "echo \"Error: no test specified\" && exit 1", - "lint": "eslint \"*.js\" --fix" + "lint": "eslint \"*.js\"", + "lint:fix": "eslint \"*.js\" --fix" }, "keywords": [], "author": "",