From ced66c5807575cd29f6aa5632e8ad02b38c8448a Mon Sep 17 00:00:00 2001 From: ivar Date: Sun, 28 Apr 2024 22:37:30 +0200 Subject: WIP new frontend --- code/frontend/.prettierrc | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 code/frontend/.prettierrc (limited to 'code/frontend/.prettierrc') diff --git a/code/frontend/.prettierrc b/code/frontend/.prettierrc new file mode 100644 index 0000000..2b9389a --- /dev/null +++ b/code/frontend/.prettierrc @@ -0,0 +1,9 @@ +{ + "useTabs": true, + "singleQuote": true, + "trailingComma": "none", + "semi": false, + "svelteAllowShorthand": true, + "printWidth": 120, + "plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"] +} -- cgit v1.3