Files
test/packages/oxlint-config/rules/consider.jsonc
Benjamin Falch 2bc741fb78
Some checks failed
Mark Stale PRs / stale (push) Has been cancelled
adding monkeytype
2026-04-23 13:53:44 +02:00

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",
},
}