16 lines
346 B
JSON
16 lines
346 B
JSON
{
|
|
"$schema": "./node_modules/oxlint/configuration_schema.json",
|
|
"plugins": ["typescript", "unicorn", "oxc"],
|
|
"categories": {
|
|
"correctness": "error"
|
|
},
|
|
"rules": {
|
|
"typescript/unbound-method": "off",
|
|
"typescript/no-base-to-string": "off",
|
|
"typescript/no-floating-promises": "off"
|
|
},
|
|
"env": {
|
|
"builtin": true
|
|
}
|
|
}
|