React Compiler lint rules #5290
arendjr
started this conversation in
Rule suggestion
Replies: 1 comment 1 reply
-
To echo my feedback from #3 (reply in thread), I want to request that in the short term, we could have an option for the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The React Compiler has a corresponding ESLint plugin for reporting issues diagnosed by the compiler.
Unfortunately, as far as I'm aware, it is not documented what issues are reported by the plugin, so it is not even clear what Biome would need to implement exactly. The best target would be the Babel plugin, but it would be complex to port to Rust and it is itself still in beta and quite possibly a moving target.
Note that Biome does have lint rules to enforce the rules of hooks.
Suggestions and helpful pointers are appreciated in this thread!
Beta Was this translation helpful? Give feedback.
All reactions