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 4f00455 commit ba394d2Copy full SHA for ba394d2
docs/rules/jsx-sort-default-props.md
@@ -49,7 +49,7 @@ Component.defaultProps = {
49
};
50
```
51
52
-The following patterns are considered okay and do not cause warnings:
+The following patterns are considered okay and do **not** cause warnings:
53
54
```jsx
55
var Component = createReactClass({
0 commit comments