feat: Initial project structure

This commit is contained in:
2026-05-07 11:22:21 -04:00
commit 04b199719e
10 changed files with 1620 additions and 0 deletions

11
.oxlintrc.json Normal file
View File

@@ -0,0 +1,11 @@
{
"$schema": "./node_modules/oxlint/configuration_schema.json",
"plugins": ["typescript", "unicorn", "oxc"],
"categories": {
"correctness": "error"
},
"rules": {},
"env": {
"builtin": true
}
}