oxc-project / oxc

⚓ A collection of JavaScript tools written in Rust.
https://oxc.rs
MIT License
10.81k stars 397 forks source link

feat(linter): no-useless-assignment #3022

Open Boshen opened 5 months ago

Boshen commented 5 months ago

https://eslint.org/docs/latest/rules/no-useless-assignment

I think we can mark it as correctness?

Boshen commented 3 months ago

@Dunqing test cases maybe helpful for your reference checks?

Dunqing commented 3 months ago

@Dunqing test cases maybe helpful for your reference checks?

I quickly checked it out. Doesn't seem very helpful.