From dfc6000ecd8d71be104340f698e5580426afb011 Mon Sep 17 00:00:00 2001 From: YuTengjing Date: Thu, 16 Apr 2026 21:07:05 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20chore:=20update=20.vscode/settin?= =?UTF-8?q?gs.json=20(#13894)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 85b9761a1e..32d587d499 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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",