10 lines
258 B
JSON
10 lines
258 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/oxc-project/oxc/main/npm/oxlint/configuration_schema.json",
|
|
"rules": {
|
|
"no-array-for-each": "off",
|
|
"no-nested-ternary": "off",
|
|
"no-array-sort": "off",
|
|
"preserve-caught-error": "off",
|
|
},
|
|
}
|