oxc/crates/oxc_linter
kaykdm 148c7a8b82
fix(linter): replace bitwise AND (&) with logical AND (&&) in explici… (#5780)
…t_function_return_type rule

This PR fixes an issue where the Bitwise AND (&) operator was mistakenly
used in a conditional statement, instead of the Logical AND (&&)
operator.
2024-09-15 19:36:13 +08:00
..
examples refactor(semantic)!: remove source_type argument from SemanticBuilder::new (#5553) 2024-09-06 16:40:10 +00:00
fixtures test: add trailing line breaks to conformance fixtures (#5541) 2024-09-06 12:55:17 +00:00
src fix(linter): replace bitwise AND (&) with logical AND (&&) in explici… (#5780) 2024-09-15 19:36:13 +08:00
tests
Cargo.toml release(oxlint): v0.9.5 (#5724) 2024-09-12 16:59:25 +08:00
CHANGELOG.md release(oxlint): v0.9.5 (#5724) 2024-09-12 16:59:25 +08:00