Is there an equivalent rule to react/jsx-no-literals, or why do we not need it? #4999
daggmano
started this conversation in
Rule suggestion
Replies: 3 comments 1 reply
This comment has been hidden.
This comment has been hidden.
-
Given that we've closed #3 in favour of rule suggestion discussions, I'm reopening this one :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Just migrated my team from ESLint/Prettier to Biome v2, but we still need ESLint to enforce
|
Beta Was this translation helpful? Give feedback.
0 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.
-
We try to ensure all our displayed text is handled by
react-intl
in order to prepare us for eventual internationalization. Moving to biome, there does not seem to be an equivalent toreact/jsx-no-literals
. As a new biome user I'm not sure I'm ready to write a plugin to do this, but perhaps someone else has already faced this one? Or has a reason why such a rule is unnecessary?Beta Was this translation helpful? Give feedback.
All reactions