This commit is contained in:
Darius
2025-11-21 00:58:30 +01:00
commit c42fc96899
12 changed files with 8334 additions and 0 deletions

19
biome.json Normal file
View File

@@ -0,0 +1,19 @@
{
"overrides": [
{
"includes": ["**/*.astro"],
"linter": {
"rules": {
"style": {
"useConst": "off",
"useImportType": "off"
},
"correctness": {
"noUnusedVariables": "off",
"noUnusedImports": "off"
}
}
}
}
]
}