Replies: 1 comment 9 replies
-
Yes we might want to use that name. But we'd probably re-export the stylex eslint-plugin which already has this functionality, and can be configured to understand the RSD imports |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I created a plugin with one rule for now:
no-unused-styles
.This allow to avoid dead styles definition when they aren't used.
The plugin skip every rules if the styles are exported.
I am wondering if you have a plugin in mind with the same name or if that's ok for you if I publish this plugin with the name
eslint-plugin-react-strict-dom
?Beta Was this translation helpful? Give feedback.
All reactions