Closed
Description
Reference: microsoft/TypeScript#53463
This project is really interesting. I'd like to show case how simple it is to implement a linter in Oxc and also demonstrate our speed.
To start with, we can potentially implement some of the rules for R1, R2, R3, R5 and R6.
I'll try and make a release on Sunday Monday so people can start playing with this on Monday.
I'll also have to implement -A all -D isolated_declarations
.
Pinging @YangchenYe323 and @jason89521, are you interested on implementing some of these rules this weekend?