File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change
1
+ 3.3.0 / 2015-08-26
2
+ ==================
3
+
4
+ * update dependencies
5
+ * add jsx-indent-props rule ([ #15 ] [ ] , [ #181 ] [ ] )
6
+ * add no-set-state rule ([ #197 ] [ ] @markdalgleish )
7
+ * add jsx-closing-bracket-location rule ([ #14 ] [ ] , [ #64 ] [ ] )
8
+ * fix crash on propTypes declarations with an empty body ([ #193 ] [ ] @mattyod )
9
+
10
+ [ #15 ] : https://github.com/yannickcr/eslint-plugin-react/issues/15
11
+ [ #181 ] : https://github.com/yannickcr/eslint-plugin-react/issues/181
12
+ [ #197 ] : https://github.com/yannickcr/eslint-plugin-react/pull/197
13
+ [ #14 ] : https://github.com/yannickcr/eslint-plugin-react/issues/14
14
+ [ #64 ] : https://github.com/yannickcr/eslint-plugin-react/issues/64
15
+ [ #193 ] : https://github.com/yannickcr/eslint-plugin-react/pull/193
16
+
1
17
3.2.3 / 2015-08-16
2
18
==================
3
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 3.2.3 " ,
3
+ "version" : " 3.3.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