File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,12 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
9
9
* [ ` jsx-indent-props ` ] : Apply indentation when using brackets ([ #2826 ] [ ] @Moong0122 )
10
10
* [ ` jsx-handler-names ` ] : Skip inline handlers when checkInlineFunction=false ([ #2833 ] [ ] @onigoetz )
11
11
12
- [ #2833 ] : https://github.com/yannickcr/eslint-plugin-react/issues/2833
13
- [ #2826 ] : https://github.com/yannickcr/eslint-plugin-react/issues/2826
12
+ ### Changed
13
+ * [ Tests] ` jsx-indent-props ` : Add passing test ([ #2823 ] [ ] @Hypnosphi )
14
+
15
+ [ #2833 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2833
16
+ [ #2826 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2826
17
+ [ #2823 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2823
14
18
15
19
## [ 7.21.4] - 2020.10.09
16
20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 7.21.4 " ,
3
+ "version" : " 7.21.5 " ,
4
4
"author" : " Yannick Croissant <yannick.croissant+npm@gmail.com>" ,
5
5
"description" : " React specific linting rules for ESLint" ,
6
6
"main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments