From de5a505296fa4b4f51ce6cf7f13c3894f656bbec Mon Sep 17 00:00:00 2001 From: Lukas Hass Date: Thu, 3 Feb 2022 19:26:25 +0100 Subject: [PATCH] remove explicit definition of prettier-plugin-svelte fixes prettier in vscode --- front/.prettierrc.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/front/.prettierrc.json b/front/.prettierrc.json index 057ed062..e8980d15 100644 --- a/front/.prettierrc.json +++ b/front/.prettierrc.json @@ -1,5 +1,4 @@ { "printWidth": 120, - "tabWidth": 4, - "plugins": ["prettier-plugin-svelte"] + "tabWidth": 4 }