mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
closes #8485 Since we currently support two rules with the same `rule_name` but different `plugin_names`, some of the original logic is no longer applicable. As a result, I have made some adjustments.
10 lines
144 B
JSON
10 lines
144 B
JSON
{
|
|
"plugins": [
|
|
"oxc",
|
|
"unicorn"
|
|
],
|
|
"rules": {
|
|
"eslint/no-nested-ternary": "off",
|
|
"unicorn/no-nested-ternary": "off"
|
|
}
|
|
}
|