mirror of
https://github.com/lobehub/lobehub
synced 2026-04-21 09:37:28 +00:00
🔨 chore: update .vscode/settings.json (#13894)
This commit is contained in:
parent
94b6827580
commit
dfc6000ecd
1 changed files with 6 additions and 4 deletions
10
.vscode/settings.json
vendored
10
.vscode/settings.json
vendored
|
|
@ -6,7 +6,11 @@
|
|||
},
|
||||
"editor.formatOnSave": true,
|
||||
// don't show errors, but fix when save and git pre commit
|
||||
"eslint.rules.customizations": [],
|
||||
"eslint.rules.customizations": [
|
||||
{ "rule": "simple-import-sort/exports", "severity": "off" },
|
||||
{ "rule": "perfectionist/sort-interfaces", "severity": "off" },
|
||||
{ "rule": "simple-import-sort/imports", "severity": "off" }
|
||||
],
|
||||
"eslint.validate": [
|
||||
"json",
|
||||
"javascript",
|
||||
|
|
@ -16,7 +20,7 @@
|
|||
// support mdx
|
||||
"mdx"
|
||||
],
|
||||
"mdx.server.enable": false,
|
||||
"js/ts.tsdk.path": "node_modules/typescript/lib",
|
||||
"npm.packageManager": "pnpm",
|
||||
"search.exclude": {
|
||||
"**/node_modules": true,
|
||||
|
|
@ -44,9 +48,7 @@
|
|||
// make stylelint work with tsx antd-style css template string
|
||||
"typescriptreact"
|
||||
],
|
||||
"typescript.tsdk": "node_modules/typescript/lib",
|
||||
"vitest.disableWorkspaceWarning": true,
|
||||
"vitest.maximumConfigs": 10,
|
||||
"workbench.editor.customLabels.patterns": {
|
||||
"**/app/**/[[]*[]]/[[]*[]]/page.tsx": "${dirname(2)}/${dirname(1)}/${dirname} • page component",
|
||||
"**/app/**/[[]*[]]/page.tsx": "${dirname(1)}/${dirname} • page component",
|
||||
|
|
|
|||
Loading…
Reference in a new issue