oxc/crates/oxc_linter
camchenry 147e2e4858 fix(linter): allow replacing rule when none are enabled yet (#7014)
fixes https://github.com/oxc-project/oxc/issues/7009

allows rules to be replaced properly when the `rules_for_override` array is empty (e.g., if you initially disable all rules, then configure them) by checking the `all_rules` array if the first `find` call fails
2024-10-30 03:39:03 +00:00
..
examples refactor(oxc): remove useless allocator.alloc(program) calls (#6571) 2024-10-15 02:21:20 +00:00
fixtures
src fix(linter): allow replacing rule when none are enabled yet (#7014) 2024-10-30 03:39:03 +00:00
tests
Cargo.toml release(oxlint): v0.10.3 (#6911) 2024-10-26 17:13:06 +08:00
CHANGELOG.md release(oxlint): v0.10.3 (#6911) 2024-10-26 17:13:06 +08:00