File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,17 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
2424* [ ` prop-types ` ] : default argument does not count as props-types declaration ([ #2877 ] [ ] @golopot )
2525* [ ` jsx-props-no-multi-spaces ` ] : fix a false positive for beside comments ([ #2878 ] [ ] @golopot )
2626* [ ` jsx-no-undef ` ] : handle the TS parser combined with an invalid ecmaVersion ([ #2882 ] [ ] @ljharb )
27+ * [ ` no-unused-prop-types ` ] : apply ` skipShapeProps ` to exact types ([ #2883 ] [ ] @golopot )
28+ * [ ` no-danger-with-children ` ] /[ ` style-prop-object ` ] /[ ` no-adjacent-inline-elements ` ] : add category, URL ([ #2891 ] [ ] @thofmann )
2729
2830### Docs
2931* [ ` no-unused-prop-types ` ] : Add new example to rule ([ #2852 ] [ ] @thehereward )
32+ * [ ` prop-types ` ] : fix example ([ #2881 ] [ ] @technote-space )
3033
34+ [ #2891 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2891
35+ [ #2883 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2883
3136[ #2882 ] : https://github.com/yannickcr/eslint-plugin-react/issues/2882
37+ [ #2881 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2881
3238[ #2879 ] : https://github.com/yannickcr/eslint-plugin-react/issues/2879
3339[ #2878 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2878
3440[ #2877 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2877
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react" ,
3- "version" : " 7.21.5 " ,
3+ "version" : " 7.22.0 " ,
44 "author" : " Yannick Croissant <yannick.croissant+npm@gmail.com>" ,
55 "description" : " React specific linting rules for ESLint" ,
66 "main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments