@@ -25,9 +25,9 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
2525* Add [ ` no-unused-state ` ] [ ] rule ([ #1103 ] [ ] @wbinnssmith )
2626* Add [ ` boolean-prop-naming ` ] [ ] rule ([ #1264 ] [ ] @EvHaus )
2727* Add [ ` no-typos ` ] [ ] rule ([ #1189 ] [ ] @jseminck , [ #1294 ] [ ] @haridusenadeera )
28- * Add auto fix for [ ` sort-props ` ] [ ] ([ #1273 ] [ ] @Overload119 )
28+ * Add auto fix for [ ` jsx- sort-props` ] [ ] ([ #1273 ] [ ] @Overload119 )
2929* Add ` getters ` and ` setters ` groups to [ ` sort-comp ` ] [ ] ([ #100 ] [ ] @RDGthree )
30- * Add ` noStrings ` option to [ ` no-literals ` ] [ ] ([ #1202 ] [ ] @deecewan )
30+ * Add ` noStrings ` option to [ ` jsx- no-literals` ] [ ] ([ #1202 ] [ ] @deecewan )
3131* Add inverse option for ` always ` /` never ` to [ ` jsx-boolean-value ` ] [ ] ([ #1249 ] [ ] @ljharb )
3232
3333### Fixed
@@ -39,9 +39,9 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
3939* Fix [ ` no-danger-with-children ` ] [ ] to ignore line breaks ([ #1262 ] [ ] )
4040* Fix [ ` no-danger-with-children ` ] [ ] crash with undefined ([ #1287 ] [ ] )
4141* Fix [ ` jsx-no-target-blank ` ] [ ] crash ([ #1296 ] [ ] @jseminck )
42- * Fix [ ` no-unused-props ` ] [ ] to no longer ignore components with no used props ([ #1303 ] [ ] @DianaSuvorova )
42+ * Fix [ ` no-unused-prop-types ` ] [ ] to no longer ignore components with no used props ([ #1303 ] [ ] @DianaSuvorova )
4343* Fix [ ` jsx-no-duplicate-props ` ] [ ] crash ([ #969 ] [ ] @marcelmokos )
44- * Fix [ ` no-literals ` ] [ ] false positives ([ #1301 ] [ ] @davidyorr )
44+ * Fix [ ` jsx- no-literals` ] [ ] false positives ([ #1301 ] [ ] @davidyorr )
4545* Fix [ ` no-find-dom-node ` ] [ ] detection with named imports ([ #785 ] [ ] @Hypnosphi )
4646* Fix proTypes-related rules detection with wrapped propTypes ([ #1266 ] [ ] @dustinsoftware )
4747* Fix [ ` no-unused-prop-types ` ] [ ] detection with propTypes wrapped in a function ([ #1253 ] [ ] @dustinsoftware )
@@ -620,7 +620,7 @@ React ([#1073][] @jomasti)
620620* Add Node.js 0.10 as minimum required version ([ #657 ] [ ] @jokeyrhyme )
621621
622622### Fixed
623- * Fix [ ` jsx-handler-names ` ] [ ] incorrectly flagging [ ` only ` ] [ ] ([ #571 ] [ ] @lencioni )
623+ * Fix [ ` jsx-handler-names ` ] [ ] incorrectly flagging ` only ` ([ #571 ] [ ] @lencioni )
624624* Fix spread props cash in [ ` jsx-no-target-blank ` ] [ ] ([ #679 ] [ ] @randycoulman )
625625* Fix [ ` require-optimization ` ] [ ] warning on stateless components ([ #687 ] [ ] )
626626* Fix [ ` jsx-uses-vars ` ] [ ] that incorrectly marked some variables as used ([ #694 ] [ ] @lencioni )
@@ -1446,7 +1446,7 @@ If you're still not using React 15 you can keep the old behavior by setting the
14461446* In [ ` jsx-curly-spacing ` ] [ ] braces spanning multiple lines are now allowed with ` never ` option ([ #156 ] [ ] @mathieumg )
14471447
14481448### Fixed
1449- * Fix multiple var and destructuring handling in [ ` props -types` ] [ ] ([ #159 ] [ ] )
1449+ * Fix multiple var and destructuring handling in [ ` prop -types` ] [ ] ([ #159 ] [ ] )
14501450* Fix crash when retrieving propType name ([ #163 ] [ ] )
14511451
14521452[ 3.0.0 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v2.7.1...v3.0.0
@@ -1894,7 +1894,6 @@ If you're still not using React 15 you can keep the old behavior by setting the
18941894[ `no-unused-state` ] : docs/rules/no-unused-state.md
18951895[ `boolean-prop-naming` ] : docs/rules/boolean-prop-naming.md
18961896[ `no-typos` ] : docs/rules/no-typos.md
1897-
18981897[ `jsx-sort-prop-types` ] : docs/rules/sort-prop-types.md
18991898[ `require-extension` ] : docs/rules/require-extension.md
19001899[ `no-comment-textnodes` ] : docs/rules/jsx-no-comment-textnodes.md
0 commit comments