From 11ece69e006b446b9ca4e06eb5af5662bc811469 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Fri, 29 Sep 2023 10:11:33 -0500 Subject: Formatting Signed-off-by: Matt Strapp --- app/.prettierrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/.prettierrc') diff --git a/app/.prettierrc b/app/.prettierrc index 0580f3e..0a1cfd7 100644 --- a/app/.prettierrc +++ b/app/.prettierrc @@ -1,7 +1,8 @@ { "useTabs": false, "singleQuote": true, - "trailingComma": "none", + "semi": false, + "trailingComma": "es5", "printWidth": 100, "plugins": ["prettier-plugin-svelte"], "overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }] -- cgit v1.2.3