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

chore: fix the biome config

dunkirk.sh 7dca1b9e 0b5c3f9c

verified
Changed files
+25 -29
+25 -29
biome.json
···
{
-
"$schema": "https://biomejs.dev/schemas/1.9.2/schema.json",
-
"vcs": {
-
"enabled": false,
-
"clientKind": "git",
-
"useIgnoreFile": false
-
},
-
"files": {
-
"ignoreUnknown": false,
-
"ignore": []
-
},
-
"formatter": {
-
"formatWithErrors": true,
-
"enabled": true,
-
"indentStyle": "tab"
-
},
-
"organizeImports": {
-
"enabled": true
-
},
-
"linter": {
-
"enabled": true,
-
"rules": {
-
"recommended": true
-
}
-
},
-
"javascript": {
-
"formatter": {
-
"quoteStyle": "double"
-
}
-
}
+
"$schema": "https://biomejs.dev/schemas/2.1.3/schema.json",
+
"vcs": {
+
"enabled": false,
+
"clientKind": "git",
+
"useIgnoreFile": false
+
},
+
"files": {
+
"ignoreUnknown": false
+
},
+
"formatter": {
+
"formatWithErrors": true,
+
"enabled": true,
+
"indentStyle": "tab"
+
},
+
"linter": {
+
"enabled": true,
+
"rules": {
+
"recommended": true
+
}
+
},
+
"javascript": {
+
"formatter": {
+
"quoteStyle": "double"
+
}
+
}
}