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