From 0fa59d9716d75a4e5c112d9140444aab23ccac44 Mon Sep 17 00:00:00 2001 From: mrjvs Date: Thu, 17 Apr 2025 14:42:26 +0200 Subject: [PATCH] chore: reconfigure default formatting --- .vscode/settings.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 04e5d6b..c4c79eb 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,7 @@ { - "editor.codeActionsOnSave": { - "source.fixAll.eslint": "explicit" - } -} \ No newline at end of file + "eslint.format.enable": true, + "editor.defaultFormatter": "dbaeumer.vscode-eslint", + "[vue]": { + "editor.defaultFormatter": "dbaeumer.vscode-eslint" + }, +}