Skip to content

Commit 3bdc7da

Browse files
committed
demo should actually turn on the flag
1 parent f5d00c0 commit 3bdc7da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/jsx-no-literals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ There is only one option:
2828
To use, you can specify like the following:
2929

3030
```json
31-
"react/jsx-no-literals": [{"noStrings": false}]
31+
"react/jsx-no-literals": [{"noStrings": true}]
3232
```
3333

3434
In this configuration, the following are considered warnings:

0 commit comments

Comments
 (0)