[READ-ONLY] Mirror of https://github.com/flo-bit/svleek. simple but beautiful documentation generator from markdown flo-bit.github.io/svleek/
documentation documentation-generator markdown svelte sveltekit tailwind
0

Configure Feed

Select the types of activity you want to include in your feed.

svleek / .prettierrc
205 B 8 lines
1{ 2 "useTabs": true, 3 "singleQuote": true, 4 "trailingComma": "none", 5 "printWidth": 100, 6 "plugins": ["prettier-plugin-svelte"], 7 "overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }] 8}