oxc/crates/oxc_linter
camc314 dc9e1e233a fix(unicorn/linter) fix multiple false positives in no-useless-promise-resolve-reject (#5178)
more closely follows the implementation from unicorn's repo.

early returns if the parent is not a `return`, `yield`, or an arroy function

Closes #5125
Closes #5126
2024-08-24 21:03:31 +00:00
..
examples refactor(linter): improve diagnostic labeling (#3960) 2024-06-29 05:19:22 +00:00
fixtures refactor(linter): replace Windows-style line breaks with Unix-style in test fixture (#4768) 2024-08-08 17:33:04 +00:00
src fix(unicorn/linter) fix multiple false positives in no-useless-promise-resolve-reject (#5178) 2024-08-24 21:03:31 +00:00
tests feat(tasks/website): code generate the linter rules 2024-05-23 15:21:37 +08:00
Cargo.toml Release oxlint v0.8.0 (#5104) 2024-08-23 11:09:14 +08:00
CHANGELOG.md Release oxlint v0.8.0 (#5104) 2024-08-23 11:09:14 +08:00