add linter and formatter

This commit is contained in:
2026-06-21 14:43:44 +02:00
parent dd507ca515
commit b1b76522b8
11 changed files with 10534 additions and 342 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"$schema": "./node_modules/oxlint/configuration_schema.json",
"plugins": ["typescript", "unicorn", "oxc"],
"categories": {
"correctness": "error"
},
"rules": {},
"env": {
"builtin": true
}
}