File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1+ 2.2.0 / 2015-04-22
2+ ==================
3+
4+ * add jsx-sort-prop-types rule ([ #38 ] [ ] @AlexKVal )
5+ * fix variables marked as used when a prop has the same name ([ #69 ] [ ] @burnnat )
6+ * documentation improvements ([ #71 ] [ ] @AlexKVal )
7+
8+ [ #38 ] : https://github.com/yannickcr/eslint-plugin-react/issues/38
9+ [ #69 ] : https://github.com/yannickcr/eslint-plugin-react/pull/69
10+ [ #71 ] : https://github.com/yannickcr/eslint-plugin-react/pull/71
11+
1122.1.1 / 2015-04-17
213==================
314
415* add support for classes static properties ([ #43 ] [ ] )
516* add tests for the babel-eslint parser
6- * add ESLint as peerDependency (@AlexKVal )
7- * documentation improvements (@AlexKVal , @chriscalo )
17+ * add ESLint as peerDependency ([ # 63 ] [ ] @AlexKVal )
18+ * documentation improvements ([ # 55 ] [ ] @AlexKVal , [ # 60 ] [ ] @chriscalo )
819
920[ #43 ] : https://github.com/yannickcr/eslint-plugin-react/issues/43
21+ [ #63 ] : https://github.com/yannickcr/eslint-plugin-react/pull/63
22+ [ #55 ] : https://github.com/yannickcr/eslint-plugin-react/pull/55
23+ [ #60 ] : https://github.com/yannickcr/eslint-plugin-react/pull/60
1024
11252.1.0 / 2015-04-06
1226==================
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react" ,
3- "version" : " 2.1.1 " ,
3+ "version" : " 2.2.0 " ,
44 "author" :
" Yannick Croissant <[email protected] >" ,
55 "description" : " React specific linting rules for ESLint" ,
66 "main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments