oxc/apps/oxlint
dalaoshu 8ce21d1d48
fix(linter): can't disable no-nested-ternary rule anymore (#8600)
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.
2025-01-31 21:03:53 +08:00
..
fixtures fix(linter): can't disable no-nested-ternary rule anymore (#8600) 2025-01-31 21:03:53 +08:00
src fix(linter): can't disable no-nested-ternary rule anymore (#8600) 2025-01-31 21:03:53 +08:00
Cargo.toml test(oxlint): fix InvalidOptionTsConfig tests for windows (#8791) 2025-01-31 11:49:00 +08:00
CHANGELOG.md release(oxlint): v0.15.8 (#8689) 2025-01-24 18:07:14 +08:00