eslint-plugin-format-message
Advanced tools
Comparing version 5.0.0-beta.6 to 5.0.0-beta.7
@@ -8,2 +8,3 @@ 'use strict' | ||
var formatChildren = baseFormatChildren.bind(null, function (element, children) { | ||
if (!children) return '{ ' + element + ' }' | ||
return '{ ' + element + ', select, other {' + children.join('') + '} }' | ||
@@ -10,0 +11,0 @@ }) |
{ | ||
"name": "eslint-plugin-format-message", | ||
"version": "5.0.0-beta.6", | ||
"version": "5.0.0-beta.7", | ||
"description": "format-message i18n specific rules for ESLint", | ||
@@ -5,0 +5,0 @@ "author": "Andy VanWagoner <thetalecrafter@gmail.com> (https://thetalecrafter.com/)", |
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
26368
504