馃 distributed transcription service thistle.dunkirk.sh
at main 496 B view raw
1{ 2 "$schema": "https://biomejs.dev/schemas/2.3.2/schema.json", 3 "vcs": { 4 "enabled": false, 5 "clientKind": "git", 6 "useIgnoreFile": false 7 }, 8 "files": { 9 "ignoreUnknown": false 10 }, 11 "formatter": { 12 "enabled": true, 13 "indentStyle": "tab" 14 }, 15 "linter": { 16 "enabled": true, 17 "rules": { 18 "recommended": true 19 } 20 }, 21 "javascript": { 22 "formatter": { 23 "quoteStyle": "double" 24 } 25 }, 26 "assist": { 27 "enabled": true, 28 "actions": { 29 "source": { 30 "organizeImports": "on" 31 } 32 } 33 } 34}