the home site for me: also iteration 3 or 4 of my site

chore: fix the biome config

dunkirk.sh 7dca1b9e 0b5c3f9c

verified
+25 -29
+25 -29
biome.json
··· 1 { 2 - "$schema": "https://biomejs.dev/schemas/1.9.2/schema.json", 3 - "vcs": { 4 - "enabled": false, 5 - "clientKind": "git", 6 - "useIgnoreFile": false 7 - }, 8 - "files": { 9 - "ignoreUnknown": false, 10 - "ignore": [] 11 - }, 12 - "formatter": { 13 - "formatWithErrors": true, 14 - "enabled": true, 15 - "indentStyle": "tab" 16 - }, 17 - "organizeImports": { 18 - "enabled": true 19 - }, 20 - "linter": { 21 - "enabled": true, 22 - "rules": { 23 - "recommended": true 24 - } 25 - }, 26 - "javascript": { 27 - "formatter": { 28 - "quoteStyle": "double" 29 - } 30 - } 31 }
··· 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 }