File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1+ 1.6.0 / 2015-03-22
2+ ==================
3+ * update dependencies
4+ * add jsx-no-undef rule
5+ * add jsx-quotes rule ([ #12 ] [ ] )
6+ * add @jsx pragma support ([ #23 ] [ ] )
7+ * fix react-in-jsx-scope in Node.js env
8+ * fix usage of propTypes with an external object ([ #9 ] [ ] )
9+ * allow this.getState references (not calls) in lifecycle methods ([ #22 ] [ ] @benmosher )
10+
11+ [ #12 ] : https://github.com/yannickcr/eslint-plugin-react/issues/12
12+ [ #23 ] : https://github.com/yannickcr/eslint-plugin-react/issues/23
13+ [ #9 ] : https://github.com/yannickcr/eslint-plugin-react/issues/9
14+ [ #22 ] : https://github.com/yannickcr/eslint-plugin-react/pull/22
15+
1161.5.0 / 2015-03-14
217==================
318* add jsx-uses-vars rule
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react" ,
3- "version" : " 1.5 .0" ,
3+ "version" : " 1.6 .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