15 lines
349 B
JSON
15 lines
349 B
JSON
{
|
|
"$schema": "./node_modules/oxlint/configuration_schema.json",
|
|
"plugins": ["unicorn", "typescript", "oxc"],
|
|
"categories": {
|
|
"correctness": "error",
|
|
"perf": "error",
|
|
"suspicious": "off",
|
|
"style": "off",
|
|
"nursery": "off",
|
|
"pedantic": "off",
|
|
"restriction": "off"
|
|
},
|
|
"ignorePatterns": ["node_modules/", "dist/"]
|
|
}
|