the home site for me: also iteration 3 or 4 of my site
1{
2 "$schema": "https://biomejs.dev/schemas/2.1.3/schema.json",
3 "vcs": {
4 "enabled": false,
5 "clientKind": "git",
6 "useIgnoreFile": false
7 },
8 "files": {
9 "ignoreUnknown": false
10 },
11 "formatter": {
12 "formatWithErrors": true,
13 "enabled": true,
14 "indentStyle": "tab"
15 },
16 "linter": {
17 "enabled": true,
18 "rules": {
19 "recommended": true
20 }
21 },
22 "javascript": {
23 "formatter": {
24 "quoteStyle": "double"
25 }
26 }
27}