eslint-plugin-i18next
Advanced tools
Comparing version 4.0.0 to 4.1.0
@@ -5,2 +5,9 @@ # Changelog | ||
## [4.1.0](https://github.com/edvardchen/eslint-plugin-i18next/compare/v4.0.0...v4.1.0) (2020-06-30) | ||
### Features | ||
* support multibyte characters ([99ed9f2](https://github.com/edvardchen/eslint-plugin-i18next/commit/99ed9f2)) | ||
## [4.0.0](https://github.com/edvardchen/eslint-plugin-i18next/compare/v3.8.0...v4.0.0) (2020-06-28) | ||
@@ -7,0 +14,0 @@ |
@@ -61,3 +61,3 @@ /** | ||
const whitelists = [ | ||
/^[^A-Za-z]+$/, // ignore not-word string | ||
/^[0-9!-/:-@[-`{-~]+$/, // ignore not-word string | ||
...((option && option.ignore) || []) | ||
@@ -64,0 +64,0 @@ ].map(item => new RegExp(item)); |
{ | ||
"name": "eslint-plugin-i18next", | ||
"version": "4.0.0", | ||
"version": "4.1.0", | ||
"description": "ESLint plugin for i18n", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -150,2 +150,3 @@ /** | ||
}, | ||
{ code: '<div>フー</div>', errors }, | ||
{ code: '<DIV foo="bar" />', errors }, | ||
@@ -152,0 +153,0 @@ { code: '<DIV foo="bar" />', options: [{ markupOnly: true }], errors }, |
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
44768
12
858