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-svelte", "prettier-plugin-css-order"],
10 "overrides": [
11 {
12 "files": ["tsconfig.json", "jsconfig.json", "tsconfig.*.json"],
13 "options": {
14 "parser": "jsonc"
15 }
16 },
17 {
18 "files": ["*.md"],
19 "options": {
20 "printWidth": 100,
21 "proseWrap": "always"
22 }
23 }
24 ]
25}