@@ -44,10 +44,10 @@ Finally, enable all of the rules that you would like to use.
4444 "rules" : {
4545 "react/display-name" : 1 ,
4646 "react/jsx-boolean-value" : 1 ,
47- "react/jsx-quotes" : 1 ,
4847 "react/jsx-no-undef" : 1 ,
49- "react/jsx-sort-props " : 1 ,
48+ "react/jsx-quotes " : 1 ,
5049 "react/jsx-sort-prop-types" : 1 ,
50+ "react/jsx-sort-props" : 1 ,
5151 "react/jsx-uses-react" : 1 ,
5252 "react/jsx-uses-vars" : 1 ,
5353 "react/no-did-mount-set-state" : 1 ,
@@ -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
0 commit comments