fonc: met en place oxlint uniquement pour ses règles exclusives

This commit is contained in:
gcch 2025-10-08 10:55:57 +02:00
commit effd10eb1b
4 changed files with 23 additions and 1 deletions

11
.oxlintrc.json Normal file
View file

@ -0,0 +1,11 @@
{
"categories": {
"correctness": "error",
"suspicious": "error",
"perf": "error"
},
"plugins": ["import", "oxc"],
"rules": {
"oxc/branches-sharing-code": "error"
}
}