eslint-plugin-i18next
Advanced tools
Comparing version 5.0.0 to 5.1.0
@@ -5,2 +5,9 @@ # Changelog | ||
## [5.1.0](https://github.com/edvardchen/eslint-plugin-i18next/compare/v5.0.0...v5.1.0) (2021-03-28) | ||
### Features | ||
* ignore module declaration ([97c0c34](https://github.com/edvardchen/eslint-plugin-i18next/commit/97c0c34)), closes [#41](https://github.com/edvardchen/eslint-plugin-i18next/issues/41) | ||
## [5.0.0](https://github.com/edvardchen/eslint-plugin-i18next/compare/v5.0.0-1...v5.0.0) (2020-09-17) | ||
@@ -7,0 +14,0 @@ |
@@ -346,2 +346,7 @@ /** | ||
TSModuleDeclaration() { | ||
indicatorStack.push(true); | ||
}, | ||
'TSModuleDeclaration:exit': endIndicator, | ||
TSLiteralType(node) { | ||
@@ -348,0 +353,0 @@ // allow var a: Type['member']; |
{ | ||
"name": "eslint-plugin-i18next", | ||
"version": "5.0.0", | ||
"version": "5.1.0", | ||
"description": "ESLint plugin for i18n", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -235,2 +235,3 @@ /** | ||
valid: [ | ||
{ code: `declare module 'country-emoji' {}` }, | ||
{ code: '<div className="hello"></div>', filename: 'a.tsx' }, | ||
@@ -237,0 +238,0 @@ { code: "var a: Element['nodeName']" }, |
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
51628
965
12