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.
1 parent 55523f3 commit 2f741a2Copy full SHA for 2f741a2
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