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 5890533 + 2f741a2 commit 9346eb8Copy full SHA for 9346eb8
docs/rules/jsx-no-literals.md
@@ -27,8 +27,8 @@ There is only one option:
27
28
To use, you can specify like the following:
29
30
-```json
31
-"react/jsx-no-literals": [{"noStrings": true}]
+```js
+"react/jsx-no-literals": [<enabled>, {"noStrings": true}]
32
```
33
34
In this configuration, the following are considered warnings:
0 commit comments