Browse Source

fix: vscode code-snippets

i18n
xiaoxian521 3 years ago
parent
commit
b8ada350a9
  1. 0
      .vscode/vue3.0.code-snippets
  2. 0
      .vscode/vue3.2.code-snippets
  3. 2
      package.json

0
.vscode/vue3.0.code-snippets.json → .vscode/vue3.0.code-snippets

0
.vscode/vue3.2+.setup-snippets.json → .vscode/vue3.2.code-snippets

2
package.json

@ -18,7 +18,7 @@
"lint:stylelint": "stylelint --cache --fix \"**/*.{vue,css,scss,postcss,less}\" --cache --cache-location node_modules/.cache/stylelint/", "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:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js",
"lint:pretty": "pretty-quick --staged", "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", "prepare": "husky install",
"preinstall": "npx only-allow pnpm" "preinstall": "npx only-allow pnpm"
}, },

Loading…
Cancel
Save