File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,10 +67,10 @@ Finally, enable all of the rules that you would like to use.
6767
6868* [ display-name] ( docs/rules/display-name.md ) : Prevent missing displayName in a React component definition
6969* [ jsx-boolean-value] ( docs/rules/jsx-boolean-value.md ) : Enforce boolean attributes notation in JSX
70- * [ jsx-quotes] ( docs/rules/jsx-quotes.md ) : Enforce quote style for JSX attributes
7170* [ jsx-no-undef] ( docs/rules/jsx-no-undef.md ) : Disallow undeclared variables in JSX
72- * [ jsx-sort-props ] ( docs/rules/jsx-sort-props .md ) : Enforce props alphabetical sorting
71+ * [ jsx-quotes ] ( docs/rules/jsx-quotes .md ) : Enforce quote style for JSX attributes
7372* [ jsx-sort-prop-types] ( docs/rules/jsx-sort-prop-types.md ) : Enforce propTypes declarations alphabetical sorting
73+ * [ jsx-sort-props] ( docs/rules/jsx-sort-props.md ) : Enforce props alphabetical sorting
7474* [ jsx-uses-react] ( docs/rules/jsx-uses-react.md ) : Prevent React to be incorrectly marked as unused
7575* [ jsx-uses-vars] ( docs/rules/jsx-uses-vars.md ) : Prevent variables used in JSX to be incorrectly marked as unused
7676* [ no-did-mount-set-state] ( docs/rules/no-did-mount-set-state.md ) : Prevent usage of setState in componentDidMount
You can’t perform that action at this time.
0 commit comments