oxc/apps/oxlint
dalaoshu 0bf2bcf359
test(oxlint): test two real rules with same name but from different plugins (#8821)
Related to #8814 

This test case is designed to verify that two different rules, having
the same name but coming from different plugins, are treated as distinct
rules rather than simple aliases.

In `unicorn`, there is only one rule, `no-negated-condition`, which is
aliased to `eslint`.


655b212688/crates/oxc_linter/src/config/rules.rs (L166-L178)
2025-02-01 14:29:23 +01:00
..
fixtures test(oxlint): test two real rules with same name but from different plugins (#8821) 2025-02-01 14:29:23 +01:00
src test(oxlint): test two real rules with same name but from different plugins (#8821) 2025-02-01 14:29:23 +01: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