diff --git a/.vscode/settings.json b/.vscode/settings.json
index 8cdc821..f56793f 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -56,25 +56,25 @@
"eslint.config.mjs": "tsconfig.json,.commitlintrc.*,.prettier*,.editorconfig,.commitlint.cjs,.eslint*"
},
- // 保存的时候自动格式化
- "prettier.enable": true,
- "editor.formatOnSave": true,
- // 开启自动修复
- "editor.codeActionsOnSave": {
- "source.fixAll": "explicit",
- "source.fixAll.eslint": "explicit",
- "source.fixAll.stylelint": "explicit"
- },
+ // // 保存的时候自动格式化
+ // "prettier.enable": true,
+ // "editor.formatOnSave": true,
+ // // 开启自动修复
+ // "editor.codeActionsOnSave": {
+ // "source.fixAll": "explicit",
+ // "source.fixAll.eslint": "explicit",
+ // "source.fixAll.stylelint": "explicit"
+ // },
// Disable the default formatter, use eslint instead
- // "prettier.enable": false,
- // "editor.formatOnSave": false,
+ "prettier.enable": false,
+ "editor.formatOnSave": false,
// Auto fix
- // "editor.codeActionsOnSave": {
- // "source.fixAll.eslint": "explicit",
- // "source.organizeImports": "never"
- // },
+ "editor.codeActionsOnSave": {
+ "source.fixAll.eslint": "explicit",
+ "source.organizeImports": "never"
+ },
// Silent the stylistic rules in you IDE, but still auto fix them
"eslint.rules.customizations": [
diff --git a/.vscode/vue3.code-snippets b/.vscode/vue3.code-snippets
index 621b9e2..51bab9f 100644
--- a/.vscode/vue3.code-snippets
+++ b/.vscode/vue3.code-snippets
@@ -27,12 +27,12 @@
" },",
"}",
"\n",
- "",
- " $2",
- "\n",
"\n",
+ "",
+ " $2",
+ "\n",
"\n",
@@ -41,16 +41,28 @@
"Print unibest style": {
"scope": "vue",
"prefix": "st",
- "body": ["\n"],
+ "body": [
+ "\n"
+ ],
},
"Print unibest script": {
"scope": "vue",
"prefix": "sc",
- "body": ["\n"],
+ "body": [
+ "\n"
+ ],
},
"Print unibest template": {
"scope": "vue",
"prefix": "te",
- "body": ["", " $1", "\n"],
+ "body": [
+ "",
+ " $1",
+ "\n"
+ ],
},
-}
+}
\ No newline at end of file