We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97b730d commit 20cef0cCopy full SHA for 20cef0c
docs/rules/jsx-sort-props.md
@@ -30,7 +30,7 @@ Examples of **correct** code for this rule:
30
"shorthandFirst": <boolean>,
31
"shorthandLast": <boolean>,
32
"multilineFirst": <boolean>,
33
- "multilineFirst": <boolean>,
+ "multilineLast": <boolean>,
34
"ignoreCase": <boolean>,
35
"noSortAlphabetically": <boolean>,
36
"reservedFirst": <boolean>|<array<string>>,
0 commit comments