custom element for embedding Bluesky posts and feeds mary-ext.github.io/bluesky-embed
typescript npm bluesky atcute
9
fork

Configure Feed

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

at v0.1.6 18 lines 306 B view raw
1{ 2 "trailingComma": "all", 3 "useTabs": true, 4 "tabWidth": 2, 5 "printWidth": 110, 6 "semi": true, 7 "singleQuote": true, 8 "bracketSpacing": true, 9 "plugins": ["prettier-plugin-css-order"], 10 "overrides": [ 11 { 12 "files": ["tsconfig.json", "jsconfig.json"], 13 "options": { 14 "parser": "jsonc" 15 } 16 } 17 ] 18}