eslint-plugin-react-native
Advanced tools
Comparing version 0.2.1 to 0.3.0
@@ -96,3 +96,4 @@ /** | ||
node.name && | ||
node.name.name === 'style' | ||
node.name.name && | ||
node.name.name.toLowerCase().includes('style') | ||
); | ||
@@ -99,0 +100,0 @@ } |
{ | ||
"name": "eslint-plugin-react-native", | ||
"version": "0.2.1", | ||
"version": "0.3.0", | ||
"author": "Tom Hastjarjanto <tom@intellicode.nl>", | ||
@@ -36,5 +36,7 @@ "description": "React Native specific linting rules for ESLint", | ||
"eslintplugin", | ||
"react" | ||
"react", | ||
"react-native", | ||
"react native" | ||
], | ||
"license": "MIT" | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
20254
640
0