File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
1
+ 2.0.2 / 2015-03-31
2
+ ==================
3
+
4
+ * fix ignore rest spread when destructuring props ([ #46 ] [ ] )
5
+ * fix component detection in prop-types and display-name ([ #45 ] [ ] )
6
+ * fix spread handling in jsx-sort-props ([ #42 ] [ ] @zertosh )
7
+
8
+ [ #46 ] : https://github.com/yannickcr/eslint-plugin-react/issues/46
9
+ [ #45 ] : https://github.com/yannickcr/eslint-plugin-react/issues/45
10
+ [ #42 ] : https://github.com/yannickcr/eslint-plugin-react/pull/42
11
+
1
12
2.0.1 / 2015-03-30
2
13
==================
3
14
* fix props detection when used in an object ([ #41 ] [ ] )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 2.0.1 " ,
3
+ "version" : " 2.0.2 " ,
4
4
"author" :
" Yannick Croissant <[email protected] >" ,
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