From bbcd387d141de767721bc5d9e34a7c1aec84bb84 Mon Sep 17 00:00:00 2001 From: Guz <43732358+Guz013@users.noreply.github.com> Date: Sat, 5 Feb 2022 14:15:49 -0300 Subject: [PATCH] chore(lintScript): changed script name from `lintfix` to `lint:fix`. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7c2e9ff..72d68ce 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "lint:style": "stylelint \"**/*.{css,scss,sass,html,vue}\" --ignore-path .gitignore", "lint:prettier": "prettier --check .", "lint": "npm run lint:js && npm run lint:style && npm run lint:prettier", - "lintfix": "prettier --write --list-different . && npm run lint:js -- --fix && npm run lint:style -- --fix" + "lint:fix": "prettier --write --list-different . && npm run lint:js -- --fix && npm run lint:style -- --fix" }, "dependencies": { "@nuxtjs/pwa": "^3.3.5",