From 1fba04b2aafa6bf0f69cf838d6a5bb38ca88dcf5 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Tue, 30 Apr 2024 11:17:45 +0100 Subject: [PATCH] Update prettierrc --- .prettierrc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.prettierrc b/.prettierrc index 9a07748..70f8c6e 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,9 +1,5 @@ { - "useTabs": false, "tabWidth": 4, - "semi": true, - "singleQuote": false, - "trailingComma": "none", "printWidth": 180, "plugins": ["prettier-plugin-svelte"], "pluginSearchDirs": ["."],