File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
55
66## Unreleased
77
8+ ## [ 7.26.0] - 2021.09.20
9+
810### Added
911* add [ ` no-namespace ` ] rule ([ #2640 ] @yacinehmito @ljharb )
1012* [ ` jsx-max-props-per-line ` ] : add ` single ` and ` multi ` options ([ #3078 ] @SIL0RAK )
@@ -15,6 +17,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
1517### Changed
1618* [ ` no-access-state-in-setstate ` ] : passing test for “don't error if it's not a React Component” ([ #1873 ] @kentcdodds )
1719
20+ [ 7.26.0 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.25.3...v7.26.0
1821[ #3078 ] : https://github.com/yannickcr/eslint-plugin-react/pull/3078
1922[ #2640 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2640
2023[ #2759 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2759
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react" ,
3- "version" : " 7.25.3 " ,
3+ "version" : " 7.26.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