initial vibe code

This commit is contained in:
2026-02-02 16:42:30 -05:00
commit ffb7e53a69
24 changed files with 5387 additions and 0 deletions

10
frontend/.oxlintrc.json Normal file
View File

@@ -0,0 +1,10 @@
{
"$schema": "./node_modules/oxlint/configuration_schema.json",
"plugins": ["eslint", "unicorn", "oxc", "vue"],
"env": {
"browser": true
},
"categories": {
"correctness": "error"
}
}