From 5c8fc9e9333526c09dada9e1d0f172dd00cac76a Mon Sep 17 00:00:00 2001 From: Matthieu Date: Thu, 14 Dec 2023 07:26:31 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20source.fixAll.eslint=20->=20expl?= =?UTF-8?q?icit=20updated=20in=201.85=20https://code.visualstudio.com/upda?= =?UTF-8?q?tes/v1=5F85#=5Fcode-actions-on-save-and-auto?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 8b5108bba0d..e52b4d4b3ea 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -14,7 +14,7 @@ "typescript.preferences.useAliasesForRenames": false, "editor.formatOnSave": true, "editor.codeActionsOnSave": { - "source.fixAll.eslint": true + "source.fixAll.eslint": "explicit" }, "typescript.preferences.importModuleSpecifierEnding": "js", "javascript.preferences.importModuleSpecifierEnding": "js",