We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a7bca9c + 96ef7fa commit a2d9faaCopy full SHA for a2d9faa
docs/rules/jsx-no-literals.md
@@ -1,6 +1,6 @@
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 JXS container `{'TEXT'}`.
+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.
5
Prevents any odd artifacts of highlighters if you unwrapped string contains a enclsoing character like `'` in contractions and enforces consistency.
6
0 commit comments