From c1ac7949ee01ef86b6ce8ce3439962118d8384da Mon Sep 17 00:00:00 2001 From: David Arranz Date: Mon, 22 Jan 2024 18:24:01 +0100 Subject: [PATCH] . --- .vscode/settings.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 500e3e9..1ef4bcb 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,7 +3,9 @@ "editor.fontLigatures": true, "editor.fontWeight": "500", "editor.formatOnSave": true, -"editor.codeActionsOnSave": {"source.fixAll.eslint": true}, +"editor.codeActionsOnSave": { + "source.fixAll.eslint": "explicit" +}, "eslint.alwaysShowStatus": true, "files.autoSave": "onFocusChange" } \ No newline at end of file