Skip to content

Commit 96db6ab

Browse files
committed
chore: vscode setting
1 parent b8403c1 commit 96db6ab

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.vscode/settings.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"typescript.tsdk": "./node_modules/typescript/lib",
2+
"typescript.tsdk": "node_modules/typescript/lib",
33
"npm.packageManager": "pnpm",
44
"editor.tabSize": 2,
55
"prettier.printWidth": 100, // 超过最大值换行
@@ -86,15 +86,12 @@
8686
"source.fixAll.eslint": true
8787
},
8888
"[vue]": {
89-
"editor.codeActionsOnSave": {
90-
"source.fixAll.eslint": true,
91-
"source.fixAll.stylelint": true
92-
}
89+
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint"
9390
},
9491
"i18n-ally.localesPaths": ["src/locales"],
9592
"i18n-ally.keystyle": "nested",
9693
"i18n-ally.sortKeys": true,
97-
"i18n-ally.namespace": true,
94+
"i18n-ally.namespace": false,
9895
"i18n-ally.enabledParsers": ["ts"],
9996
"i18n-ally.sourceLanguage": "en",
10097
"i18n-ally.displayLanguage": "zh-CN",

0 commit comments

Comments
 (0)