initial commit

This commit is contained in:
2024-07-07 00:48:39 +02:00
commit cc7d7d71b9
49 changed files with 3017 additions and 0 deletions

20
frontend/biome.json Normal file
View File

@@ -0,0 +1,20 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"organizeImports": { "enabled": true },
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"suspicious": {
"noExplicitAny": "warn"
}
}
},
"formatter": { "indentStyle": "space", "indentWidth": 2 },
"json": {
"parser": {
"allowComments": true,
"allowTrailingCommas": true
}
}
}