12 lines
215 B
JSON
12 lines
215 B
JSON
{
|
|
"$schema": "./node_modules/oxlint/configuration_schema.json",
|
|
"plugins": ["typescript", "unicorn", "oxc"],
|
|
"categories": {
|
|
"correctness": "error"
|
|
},
|
|
"rules": {},
|
|
"env": {
|
|
"builtin": true
|
|
}
|
|
}
|