This commit is contained in:
9
packages/oxlint-config/rules/consider.jsonc
Normal file
9
packages/oxlint-config/rules/consider.jsonc
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"$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",
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user