From 5b5ea6d2d82065acf9479ff9780d03346d3b86e3 Mon Sep 17 00:00:00 2001 From: Sun Date: Mon, 16 Mar 2026 18:26:42 +0800 Subject: [PATCH] chore: Configure the ESLint auto-repair feature (#7670) --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 5640c7928..a35e6f0c7 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -43,6 +43,7 @@ "oxc.fmt.configPath": "oxfmt.config.ts", "eslint.useFlatConfig": true, "editor.codeActionsOnSave": { + "source.fixAll.eslint": "explicit", "source.fixAll.oxc": "explicit", "source.fixAll.stylelint": "explicit", "source.organizeImports": "never"