eslint-plugin-consistent-imports
Advanced tools
Comparing version 1.13.0 to 1.14.0
@@ -34,3 +34,3 @@ /** | ||
return `Variable name for default import '${defaultName}'` + | ||
` should match source name '${sourceName}'.`; | ||
` should match source name '${sourceName}' (or be a substring).`; | ||
}; | ||
@@ -37,0 +37,0 @@ |
{ | ||
"name": "eslint-plugin-consistent-imports", | ||
"version": "1.13.0", | ||
"version": "1.14.0", | ||
"description": "ESLint rules to enforce consistent variable names for default imports.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8044