A CLI for publishing standard.site documents to ATProto sequoia.pub
standard site lexicon cli publishing
55
fork

Configure Feed

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

at fix/text-content-type-guard 38 lines 561 B view raw
1{ 2 "$schema": "https://biomejs.dev/schemas/2.3.13/schema.json", 3 "root": true, 4 "vcs": { 5 "enabled": true, 6 "clientKind": "git", 7 "useIgnoreFile": true 8 }, 9 "files": { 10 "includes": ["**"] 11 }, 12 "formatter": { 13 "enabled": true, 14 "useEditorconfig": true 15 }, 16 "linter": { 17 "enabled": true, 18 "rules": { 19 "recommended": true, 20 "style": { 21 "noNonNullAssertion": "off" 22 } 23 } 24 }, 25 "javascript": { 26 "formatter": { 27 "quoteStyle": "double" 28 } 29 }, 30 "assist": { 31 "enabled": true, 32 "actions": { 33 "source": { 34 "organizeImports": "on" 35 } 36 } 37 } 38}