eslint-plugin-i18next
Advanced tools
Comparing version 3.4.0 to 3.5.0
@@ -5,2 +5,9 @@ # Changelog | ||
## [3.5.0](https://github.com/edvardchen/eslint-plugin-i18next/compare/v3.4.0...v3.5.0) (2020-04-16) | ||
### Features | ||
* ignore JSX attrs style and key ([34a5d6d](https://github.com/edvardchen/eslint-plugin-i18next/commit/34a5d6d)) | ||
## [3.4.0](https://github.com/edvardchen/eslint-plugin-i18next/compare/v3.3.0...v3.4.0) (2020-04-14) | ||
@@ -7,0 +14,0 @@ |
@@ -100,3 +100,5 @@ /** | ||
'styleName', | ||
'style', | ||
'type', | ||
'key', | ||
'id', | ||
@@ -103,0 +105,0 @@ 'width', |
{ | ||
"name": "eslint-plugin-i18next", | ||
"version": "3.4.0", | ||
"version": "3.5.0", | ||
"description": "ESLint plugin for i18n", | ||
@@ -23,2 +23,3 @@ "keywords": [ | ||
"postpublish": "git push --follow-tags", | ||
"test:watch": "npm t -- --watch", | ||
"test": "mocha tests --recursive" | ||
@@ -25,0 +26,0 @@ }, |
@@ -93,2 +93,3 @@ /** | ||
{ code: '<img src="./image.png" />' }, | ||
{ code: '<A style="bar" />', errors }, | ||
{ code: '<button type="button" for="form-id" />' }, | ||
@@ -95,0 +96,0 @@ { code: '<DIV foo="bar" />', options: [{ ignoreAttribute: ['foo'] }] } |
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
40559
794