@@ -25,9 +25,9 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
25
25
* Add [ ` no-unused-state ` ] [ ] rule ([ #1103 ] [ ] @wbinnssmith )
26
26
* Add [ ` boolean-prop-naming ` ] [ ] rule ([ #1264 ] [ ] @EvHaus )
27
27
* 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 )
29
29
* 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 )
31
31
* Add inverse option for ` always ` /` never ` to [ ` jsx-boolean-value ` ] [ ] ([ #1249 ] [ ] @ljharb )
32
32
33
33
### Fixed
@@ -39,9 +39,9 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
39
39
* Fix [ ` no-danger-with-children ` ] [ ] to ignore line breaks ([ #1262 ] [ ] )
40
40
* Fix [ ` no-danger-with-children ` ] [ ] crash with undefined ([ #1287 ] [ ] )
41
41
* 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 )
43
43
* 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 )
45
45
* Fix [ ` no-find-dom-node ` ] [ ] detection with named imports ([ #785 ] [ ] @Hypnosphi )
46
46
* Fix proTypes-related rules detection with wrapped propTypes ([ #1266 ] [ ] @dustinsoftware )
47
47
* Fix [ ` no-unused-prop-types ` ] [ ] detection with propTypes wrapped in a function ([ #1253 ] [ ] @dustinsoftware )
@@ -620,7 +620,7 @@ React ([#1073][] @jomasti)
620
620
* Add Node.js 0.10 as minimum required version ([ #657 ] [ ] @jokeyrhyme )
621
621
622
622
### Fixed
623
- * Fix [ ` jsx-handler-names ` ] [ ] incorrectly flagging [ ` only ` ] [ ] ([ #571 ] [ ] @lencioni )
623
+ * Fix [ ` jsx-handler-names ` ] [ ] incorrectly flagging ` only ` ([ #571 ] [ ] @lencioni )
624
624
* Fix spread props cash in [ ` jsx-no-target-blank ` ] [ ] ([ #679 ] [ ] @randycoulman )
625
625
* Fix [ ` require-optimization ` ] [ ] warning on stateless components ([ #687 ] [ ] )
626
626
* 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
1446
1446
* In [ ` jsx-curly-spacing ` ] [ ] braces spanning multiple lines are now allowed with ` never ` option ([ #156 ] [ ] @mathieumg )
1447
1447
1448
1448
### Fixed
1449
- * Fix multiple var and destructuring handling in [ ` props -types` ] [ ] ([ #159 ] [ ] )
1449
+ * Fix multiple var and destructuring handling in [ ` prop -types` ] [ ] ([ #159 ] [ ] )
1450
1450
* Fix crash when retrieving propType name ([ #163 ] [ ] )
1451
1451
1452
1452
[ 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
1894
1894
[ `no-unused-state` ] : docs/rules/no-unused-state.md
1895
1895
[ `boolean-prop-naming` ] : docs/rules/boolean-prop-naming.md
1896
1896
[ `no-typos` ] : docs/rules/no-typos.md
1897
-
1898
1897
[ `jsx-sort-prop-types` ] : docs/rules/sort-prop-types.md
1899
1898
[ `require-extension` ] : docs/rules/require-extension.md
1900
1899
[ `no-comment-textnodes` ] : docs/rules/jsx-no-comment-textnodes.md
0 commit comments