Work in progress atmosphere stats viewer
1

Configure Feed

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

atmo-stats / .prettierrc
411 B 24 lines
1{ 2 "singleQuote": true, 3 "quoteProps": "as-needed", 4 "trailingComma": "all", 5 "bracketSpacing": true, 6 "bracketSameLine": false, 7 "arrowParens": "always", 8 "semi": true, 9 "useTabs": true, 10 "tabWidth": 4, 11 12 "svelteAllowShorthand": true, 13 "svelteIndentScriptAndStyle": true, 14 15 "plugins": ["prettier-plugin-svelte"], 16 "overrides": [ 17 { 18 "files": "*.svelte", 19 "options": { 20 "parser": "svelte" 21 } 22 } 23 ] 24}