File tree 2 files changed +19
-1
lines changed
2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change
1
+ 2.4.0 / 2015-05-30
2
+ ==================
3
+
4
+ * update dependencies
5
+ * add pragma option to jsx-uses-react ([ #82 ] [ ] @dominicbarnes )
6
+ * add context props to sort-comp ([ #89 ] [ ] @zertosh )
7
+ * fix itemID in no-unknown-property rule ([ #85 ] [ ] @cody )
8
+ * fix license field in package.json ([ #90 ] [ ] @zertosh )
9
+ * fix usage of contructor in sort-comp options ([ #88 ] [ ] )
10
+ * documentation improvement ([ #91 ] [ ] @matthewwithanm )
11
+
12
+ [ #82 ] : https://github.com/yannickcr/eslint-plugin-react/pull/82
13
+ [ #89 ] : https://github.com/yannickcr/eslint-plugin-react/pull/89
14
+ [ #85 ] : https://github.com/yannickcr/eslint-plugin-react/pull/85
15
+ [ #90 ] : https://github.com/yannickcr/eslint-plugin-react/pull/90
16
+ [ #88 ] : https://github.com/yannickcr/eslint-plugin-react/issues/88
17
+ [ #91 ] : https://github.com/yannickcr/eslint-plugin-react/pull/91
18
+
1
19
2.3.0 / 2015-05-14
2
20
==================
3
21
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 2.3 .0" ,
3
+ "version" : " 2.4 .0" ,
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