We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e02153 + d239562 commit f428419Copy full SHA for f428419
docs/rules/jsx-no-literals.md
@@ -1,7 +1,7 @@
1
# Prevent usage of unwrapped JSX strings (jsx-no-literals)
2
3
In JSX when using a literal string you can wrap it in a JSX container `{'TEXT'}`.
4
-This rules requies that you wrap all literal strings.
+This rules requires that you wrap all literal strings.
5
Prevents any odd artifacts of highlighters if your unwrapped string contains an enclosing character like `'` in contractions and enforces consistency.
6
7
## Rule Details
0 commit comments