Skip to content

Commit e84f9b4

Browse files
authored
Fix documentation formatting in jsx-first-prop-new-line
1 parent 8093565 commit e84f9b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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
104+
```jsx
105105
"react/jsx-max-props-per-line": `"always" | "never" | "multiline" | "multiline-multiprop"`
106-
...
106+
```
107107

108108
## When not to use
109109

0 commit comments

Comments
 (0)