Skip to content

Commit 750f979

Browse files
committed
alphabetize readme rules
Keep rules in alphabetic order.
1 parent f84e44b commit 750f979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ The plugin has a [recommended configuration](#user-content-recommended-configura
105105
* [jsx-equals-spacing](docs/rules/jsx-equals-spacing.md): Enforce or disallow spaces around equal signs in JSX attributes (fixable)
106106
* [jsx-first-prop-new-line](docs/rules/jsx-first-prop-new-line.md): Enforce position of the first prop in JSX
107107
* [jsx-handler-names](docs/rules/jsx-handler-names.md): Enforce event handler naming conventions in JSX
108-
* [jsx-indent-props](docs/rules/jsx-indent-props.md): Validate props indentation in JSX (fixable)
109108
* [jsx-indent](docs/rules/jsx-indent.md): Validate JSX indentation
109+
* [jsx-indent-props](docs/rules/jsx-indent-props.md): Validate props indentation in JSX (fixable)
110110
* [jsx-key](docs/rules/jsx-key.md): Validate JSX has key prop when in array or iterator
111111
* [jsx-max-props-per-line](docs/rules/jsx-max-props-per-line.md): Limit maximum of props on a single line in JSX
112112
* [jsx-no-bind](docs/rules/jsx-no-bind.md): Prevent usage of `.bind()` and arrow functions in JSX props

0 commit comments

Comments
 (0)