eslint-plugin-react-native
Advanced tools
Comparing version 3.9.0 to 3.9.1
@@ -17,3 +17,6 @@ /** | ||
JSXIdentifier({ node: identifier }) { | ||
identifiers.push(identifier.name); | ||
if (identifier.parent.type === 'JSXOpeningElement' | ||
|| identifier.parent.type === 'JSXMemberExpression') { | ||
identifiers.push(identifier.name); | ||
} | ||
}, | ||
@@ -20,0 +23,0 @@ }, scope); |
{ | ||
"name": "eslint-plugin-react-native", | ||
"version": "3.9.0", | ||
"version": "3.9.1", | ||
"author": "Tom Hastjarjanto <tom@intellicode.nl>", | ||
@@ -5,0 +5,0 @@ "description": "React Native specific linting rules for ESLint", |
52249
1421