File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,14 +46,14 @@ Maximum number of props allowed on a single line. Default to `1`.
4646The following patterns are considered warnings:
4747
4848``` jsx
49- // [1, {maximum: 2}]
49+ // [1, { " maximum" : 2 }]
5050< Hello firstName= " John" lastName= " Smith" tel= {5555555 } / > ;
5151```
5252
5353The following patterns are not considered warnings:
5454
5555``` jsx
56- // [1, {maximum: 2}]
56+ // [1, { " maximum" : 2 }]
5757< Hello
5858 firstName= " John" lastName= " Smith"
5959 tel= {5555555 }
@@ -68,13 +68,13 @@ Possible values:
6868
6969The following patterns are considered warnings:
7070``` jsx
71- // [1, {when: always}]
71+ // [1, { " when": " always" }]
7272< Hello firstName= " John" lastName= " Smith" / >
7373```
7474
7575The following patterns are not considered warnings:
7676``` jsx
77- // [1, {when: multiline}]
77+ // [1, { " when": " multiline" }]
7878< Hello firstName= " John" lastName= " Smith" / >
7979< Hello
8080 firstName= " John"
You can’t perform that action at this time.
0 commit comments