We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4bf7da commit 9ba3929Copy full SHA for 9ba3929
docs/rules/jsx-max-props-per-line.md
@@ -43,7 +43,7 @@ Examples of **correct** code for this rule:
43
// OR
44
45
...
46
-"react/jsx-max-props-per-line": [<enabled>, { "maximum": { single <number> multi: <number> } }]
+"react/jsx-max-props-per-line": [<enabled>, { "maximum": { "single": <number>, "multi": <number> } }]
47
48
```
49
0 commit comments