chore: add oxfm and oxlint

This commit is contained in:
Julien Calixte
2026-06-19 17:30:05 +02:00
parent abce8b65cd
commit 0ac212a4ac
5 changed files with 506 additions and 1 deletions

11
.oxlintrc.json Normal file
View File

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