From 806340cc976883180881cc43fed6ccc01eb71615 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ewilan=20Rivi=C3=A8re?= Date: Wed, 3 Jul 2024 14:46:26 +0200 Subject: [PATCH] chore: update eslint configuration to use explicit fixAll.eslint value --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index f592ff0..dbc68a5 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,7 +6,7 @@ "editor.formatOnSave": false }, "editor.codeActionsOnSave": { - "source.fixAll.eslint": true + "source.fixAll.eslint": "explicit" }, "eslint.validate": ["javascript", "js", "typescript"], "typescript.tsdk": "node_modules/typescript/lib",