oxc/crates/oxc_linter
camchenry c8174e2ab4 feat(linter): add suggestions for no-plusplus (#6376)
Implements naive suggestions for the `no-plusplus` rule. This is not implemented as a fix, because there isn't an exact 1:1 equivalence between `++` and `+= 1`. But most cases should be autofixable by this, but I've marked it as dangerous suggestion due to the semantics change
2024-10-09 01:20:07 +00:00
..
examples refactor(semantic): impl IntoIterator for &AstNodes (#5873) 2024-09-19 03:22:29 +00:00
fixtures test: add trailing line breaks to conformance fixtures (#5541) 2024-09-06 12:55:17 +00:00
src feat(linter): add suggestions for no-plusplus (#6376) 2024-10-09 01:20:07 +00:00
tests
Cargo.toml release(oxlint): v0.9.10 (#6340) 2024-10-08 12:14:54 +08:00
CHANGELOG.md release(oxlint): v0.9.10 (#6340) 2024-10-08 12:14:54 +08:00