From f49e3542b1b11a6bd1ff8374ce547d72b5c589cc Mon Sep 17 00:00:00 2001 From: Nikos Ftylitakis Date: Wed, 28 Dec 2022 16:28:05 +0200 Subject: [PATCH] cleanup commented settings --- .vscode/settings.json | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index a33c9cb..41274cf 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,15 +1,4 @@ -// { -// "editor.codeActionsOnSave": { -// "source.fixAll": true, -// "source.fixAll.eslint": true, -// }, -// "editor.formatOnSave": true, -// "javascript.format.enable": false, - -// } - { - //... "editor.defaultFormatter": "esbenp.prettier-vscode", "eslint.probe": [ "javascript", @@ -24,5 +13,4 @@ "vetur.validation.template": false, "editor.formatOnSave": true, "javascript.format.enable": false, - // ... - } \ No newline at end of file + }