From 98f5dbca1446abd70beca653ea11440bba6a1171 Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Sun, 12 Apr 2026 15:18:08 +0200 Subject: add webapp --- webapp/.prettierrc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 webapp/.prettierrc (limited to 'webapp/.prettierrc') diff --git a/webapp/.prettierrc b/webapp/.prettierrc new file mode 100644 index 0000000..e857c65 --- /dev/null +++ b/webapp/.prettierrc @@ -0,0 +1,16 @@ +{ + "useTabs": false, + "singleQuote": true, + "trailingComma": "all", + "printWidth": 100, + "plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"], + "overrides": [ + { + "files": "*.svelte", + "options": { + "parser": "svelte" + } + } + ], + "tailwindStylesheet": "./src/routes/layout.css" +} -- cgit v1.2.3