eslint-plugin-relay
Advanced tools
Comparing version
{ | ||
"name": "eslint-plugin-relay", | ||
"version": "1.6.0", | ||
"version": "1.7.0", | ||
"description": "ESLint plugin for Relay.", | ||
@@ -5,0 +5,0 @@ "main": "eslint-plugin-relay", |
@@ -69,6 +69,3 @@ /** | ||
// index.react -> index (when extension has multiple segments) | ||
filename = filename.replace( | ||
/(?:\.js|\.react|\.react-test|\.example|\.jsx?|\.tsx?|\.flow|\.brands)+$/, | ||
'' | ||
); | ||
filename = filename.replace(/(\.(?!ios|android)[_a-zA-Z0-9\\-]+)+/g, ''); | ||
@@ -75,0 +72,0 @@ // /path/to/button/index.js -> button |
56980
-0.08%1682
-0.18%