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