From 1f0a60843df7b11e3c786bee76dc751f6b435c77 Mon Sep 17 00:00:00 2001 From: Wonsuk Choi Date: Mon, 9 Mar 2026 03:05:05 +0900 Subject: [PATCH] chore(.vscode/settings): use 'source.fixAll.eslint' instead of 'source.fixAll' --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 4f41ad94..97f90b89 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,7 +5,7 @@ }, "eslint.nodePath": ".yarn/sdks", "editor.codeActionsOnSave": { - "source.fixAll": "explicit" + "source.fixAll.eslint": "explicit" }, "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.formatOnSave": true,