eslint-plugin-format-message
Advanced tools
Comparing version 6.0.3 to 6.0.4
# Changelog | ||
## 6.0.4 | ||
Fixes `translation-match-params` to ignore missing translations. | ||
## 6.0.3 | ||
@@ -4,0 +8,0 @@ |
@@ -13,3 +13,3 @@ 'use strict' | ||
return visitEachTranslation(context, function (info) { | ||
if (!info.patternAst) return | ||
if (!info.patternAst || !info.translation) return | ||
var id = info.id | ||
@@ -16,0 +16,0 @@ var node = info.node |
{ | ||
"name": "eslint-plugin-format-message", | ||
"version": "6.0.3", | ||
"version": "6.0.4", | ||
"description": "format-message i18n specific rules for ESLint", | ||
"author": "Andy VanWagoner <andy@thetalecrafter.com> (https://thetalecrafter.com/)", | ||
"author": "Andy VanWagoner <andy@vanwago.net>", | ||
"homepage": "https://github.com/format-message/format-message/tree/master/packages/eslint-plugin-format-message", | ||
@@ -26,7 +26,7 @@ "license": "MIT", | ||
"dependencies": { | ||
"format-message": "^6.0.3", | ||
"format-message-estree-util": "^6.0.0", | ||
"format-message-generate-id": "^6.0.3", | ||
"format-message-parse": "^6.0.3", | ||
"lookup-closest-locale": "^6.0.3" | ||
"format-message": "^6.0.4", | ||
"format-message-estree-util": "^6.0.4", | ||
"format-message-generate-id": "^6.0.4", | ||
"format-message-parse": "^6.0.4", | ||
"lookup-closest-locale": "^6.0.4" | ||
}, | ||
@@ -33,0 +33,0 @@ "peerDependencies": { |
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
63744