[READ-ONLY] Mirror of https://github.com/flo-bit/svelte-github-corner. flo-bit.dev/svelte-github-corner/
0

Configure Feed

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

svelte-github-corner / .prettierrc
256 B 15 lines
1{ 2 "useTabs": true, 3 "singleQuote": true, 4 "trailingComma": "none", 5 "printWidth": 100, 6 "plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"], 7 "overrides": [ 8 { 9 "files": "*.svelte", 10 "options": { 11 "parser": "svelte" 12 } 13 } 14 ] 15}