eslint-plugin-i18next
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -105,3 +105,3 @@ /** | ||
let i = ancestors.length - 1; | ||
i > ancestors.length - 1 - LOOK_UP_LIMIT; | ||
i > ancestors.length - 1 - LOOK_UP_LIMIT && i > -1; | ||
i-- | ||
@@ -108,0 +108,0 @@ ) { |
{ | ||
"name": "eslint-plugin-i18next", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "ESLint plugin for i18n", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -97,3 +97,3 @@ # eslint-plugin-i18next | ||
#### Reudx/Vuex | ||
#### Redux/Vuex | ||
@@ -100,0 +100,0 @@ This rule also works with those state managers like |
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
12321