oxc/crates/oxc_linter
rzvxa 4bd2c882d3 fix(linter): fix and promote getter-return to correctness. (#3777)
I had to rewrite some parts of this rule so now it uses a set dfs. It is arguably a little bit slower than before but it is less prone to false negatives.

closes #2312

[oxlint-ecosystem-ci](https://github.com/oxc-project/oxlint-ecosystem-ci/actions/runs/9586832129/job/26435575457?pr=16)
2024-06-20 01:27:07 +00:00
..
examples chore: make println and eprintln opt-in (#3712) 2024-06-17 10:40:34 +00:00
fixtures fix(linter/default): ignore unsupported files (e.g. .vue) 2024-05-12 13:33:29 +08:00
src fix(linter): fix and promote getter-return to correctness. (#3777) 2024-06-20 01:27:07 +00:00
tests feat(tasks/website): code generate the linter rules 2024-05-23 15:21:37 +08:00
Cargo.toml chore: improve some format by running cargo +nightly fmt 2024-06-19 00:48:30 +08:00
CHANGELOG.md Release oxlint v0.4.4 (#3669) 2024-06-14 15:05:26 +08:00