fonc: met en place oxlint uniquement pour ses règles exclusives
This commit is contained in:
parent
5b35de89e7
commit
effd10eb1b
4 changed files with 23 additions and 1 deletions
11
.oxlintrc.json
Normal file
11
.oxlintrc.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"categories": {
|
||||
"correctness": "error",
|
||||
"suspicious": "error",
|
||||
"perf": "error"
|
||||
},
|
||||
"plugins": ["import", "oxc"],
|
||||
"rules": {
|
||||
"oxc/branches-sharing-code": "error"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue