File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 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+
1122.0.1 / 2015-03-30
213==================
314* fix props detection when used in an object ([ #41 ] [ ] )
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react" ,
3- "version" : " 2.0.1 " ,
3+ "version" : " 2.0.2 " ,
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