chore(lintScript): changed script name from lintfix to lint:fix.

This commit is contained in:
Guz
2022-02-05 14:15:49 -03:00
parent 92050b5fb7
commit bbcd387d14

View File

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