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 @@ -10,7 +10,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
1010### Fixed
1111* [ ` no-unused-state ` ] : avoid a crash on type-only gDSFP declarations ([ #3225 ] [ ] @ljharb )
1212* [ ` jsx-curly-brace-presence ` ] : the string "never" defaults to ` propElementValues ` as ` ignore ` ([ #3228 ] [ ] @ljharb )
13- * [ ` propTypes ` ] : add ` VFC ` to react generic list ([ #3230 ] [ ] @ljharb )
13+ * ` propTypes ` : add ` VFC ` to react generic list ([ #3230 ] [ ] @ljharb )
1414
1515[ 7.29.3 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.29.2...v7.29.3
1616[ #3230 ] : https://github.com/yannickcr/eslint-plugin-react/issues/3230
@@ -63,7 +63,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
6363* ` propTypes ` : Handle TSTypeReference in no-unused-prop-type ([ #3195 ] [ ] @niik )
6464* [ ` sort-prop-types ` ] : avoid repeated warnings of the same node/reason ([ #519 ] [ ] @ljharb )
6565* [ ` jsx-indent ` ] : Fix indent handling for closing parentheses ([ #620 ] [ ] @stefanbuck ] )
66- * [ ` prop-types ` /` propTypes ` ] : follow a returned identifier to see if it is JSX ([ #1046 ] [ ] @ljharb )
66+ * [ ` prop-types ` ] /` propTypes ` : follow a returned identifier to see if it is JSX ([ #1046 ] [ ] @ljharb )
6767* [ ` no-unused-state ` ] : TS: support ` getDerivedStateFromProps ` as an arrow function ([ #2061 ] [ ] @ljharb )
6868* [ ` no-array-index-key ` ] : catch ` .toString ` and ` String() ` usage ([ #2813 ] [ ] @RedTn )
6969* [ ` function-component-definition ` ] : do not break on dollar signs ([ #3207 ] [ ] @ljharb )
You can’t perform that action at this time.
0 commit comments