File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 1+ 2.0.0 / 2015-03-29
2+ ==================
3+ * update dependencies
4+ * add jsx-sort-props rule ([ #16 ] [ ] )
5+ * add no-unknown-property rule ([ #28 ] [ ] )
6+ * add ignore option to prop-types rule
7+ * breaking in prop-types the children prop is no longer ignored
8+ * fix components are now detected when using ES6 classes ([ #24 ] [ ] )
9+ * fix prop-types now return the right line/column ([ #33 ] [ ] )
10+ * fix props are now detected when destructuring ([ #27 ] [ ] )
11+ * fix only check for computed property names in prop-types ([ #36 ] [ ] @burnnat )
12+
13+ [ #16 ] : https://github.com/yannickcr/eslint-plugin-react/issues/16
14+ [ #28 ] : https://github.com/yannickcr/eslint-plugin-react/issues/28
15+ [ #24 ] : https://github.com/yannickcr/eslint-plugin-react/issues/24
16+ [ #33 ] : https://github.com/yannickcr/eslint-plugin-react/issues/33
17+ [ #27 ] : https://github.com/yannickcr/eslint-plugin-react/issues/27
18+ [ #36 ] : https://github.com/yannickcr/eslint-plugin-react/pull/36
19+
20+
1211.6.1 / 2015-03-25
222==================
323* update jsx-quotes documentation
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react" ,
3- "version" : " 1.6.1 " ,
3+ "version" : " 2.0.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