diff options
author | rtkay123 <dev@kanjala.com> | 2025-06-22 11:25:31 +0200 |
---|---|---|
committer | rtkay123 <dev@kanjala.com> | 2025-06-22 11:25:31 +0200 |
commit | 333bcef4a58d16eb5a8940e9d08d32caa9db4480 (patch) | |
tree | 1e81da403c189af6d0e5b800d2ccfb105c209792 /.prettierrc | |
download | kanjala.com-333bcef4a58d16eb5a8940e9d08d32caa9db4480.tar.bz2 kanjala.com-333bcef4a58d16eb5a8940e9d08d32caa9db4480.zip |
Diffstat (limited to '.prettierrc')
-rw-r--r-- | .prettierrc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 0000000..7ebb855 --- /dev/null +++ b/.prettierrc @@ -0,0 +1,15 @@ +{ + "useTabs": true, + "singleQuote": true, + "trailingComma": "none", + "printWidth": 100, + "plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"], + "overrides": [ + { + "files": "*.svelte", + "options": { + "parser": "svelte" + } + } + ] +} |