Skip to content

Commit 225b433

Browse files
pjgljharb
authored andcommitted
[Docs] jsx-first-prop-new-line: Fix documentation formatting
1 parent 62df1dd commit 225b433

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/rules/jsx-first-prop-new-line.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ The following patterns are **not** considered warnings when configured `"multili
101101

102102
## Rule Options
103103

104-
...jsx
105-
"react/jsx-first-prop-new-line": `"always" | "never" | "multiline" | "multiline-multiprop"`
106-
...
104+
```jsx
105+
"react/jsx-first-props-per-line": `"always" | "never" | "multiline" | "multiline-multiprop"`
106+
```
107107

108108
## When not to use
109109

0 commit comments

Comments
 (0)