diff options
| author | Fuwn <[email protected]> | 2024-07-26 10:10:25 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-07-26 10:15:02 +0000 |
| commit | 2199fe9a0c318db29a61ddcd50289d9b0036c7f7 (patch) | |
| tree | 54025c5b14c4dbd6dff676e4675a6c468bd549b1 /.prettierrc | |
| download | iptv-jp-browser-2199fe9a0c318db29a61ddcd50289d9b0036c7f7.tar.xz iptv-jp-browser-2199fe9a0c318db29a61ddcd50289d9b0036c7f7.zip | |
feat: initial release
Diffstat (limited to '.prettierrc')
| -rw-r--r-- | .prettierrc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 0000000..9573023 --- /dev/null +++ b/.prettierrc @@ -0,0 +1,8 @@ +{ + "useTabs": true, + "singleQuote": true, + "trailingComma": "none", + "printWidth": 100, + "plugins": ["prettier-plugin-svelte"], + "overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }] +} |