We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f24d0f commit 8b37ad8Copy full SHA for 8b37ad8
History.md
@@ -1,3 +1,8 @@
1
+1.5.0 / 2015-03-14
2
+==================
3
+* add jsx-uses-vars rule
4
+* fix jsx-uses-react for ESLint 0.17.0
5
+
6
1.4.1 / 2015-03-03
7
==================
8
* fix this.props.children marked as missing in props validation ([#7][])
package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-react",
- "version": "1.4.1",
+ "version": "1.5.0",
"author": "Yannick Croissant <yannick.croissant+npm@gmail.com>",
"description": "React specific linting rules for ESLint",
"main": "index.js",
0 commit comments