custom element for embedding Bluesky posts and feeds
mary-ext.github.io/bluesky-embed
typescript
npm
bluesky
atcute
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}