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",