diff --git a/.vscode/vue3.0.code-snippets.json b/.vscode/vue3.0.code-snippets similarity index 100% rename from .vscode/vue3.0.code-snippets.json rename to .vscode/vue3.0.code-snippets diff --git a/.vscode/vue3.2+.setup-snippets.json b/.vscode/vue3.2.code-snippets similarity index 100% rename from .vscode/vue3.2+.setup-snippets.json rename to .vscode/vue3.2.code-snippets diff --git a/package.json b/package.json index 2d8feb3..36f8787 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "lint:stylelint": "stylelint --cache --fix \"**/*.{vue,css,scss,postcss,less}\" --cache --cache-location node_modules/.cache/stylelint/", "lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js", "lint:pretty": "pretty-quick --staged", - "lint": "pnpm lint:eslint && pnpm lint:prettier && pnpm lint:stylelint && pnpm lint:pretty", + "lint": "pnpm lint:eslint && pnpm lint:prettier && pnpm lint:stylelint", "prepare": "husky install", "preinstall": "npx only-allow pnpm" },