eslint-plugin-factorial
Advanced tools
Comparing version 2.0.23 to 2.0.24
{ | ||
"name": "eslint-plugin-factorial", | ||
"version": "2.0.23", | ||
"version": "2.0.24", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -18,3 +18,3 @@ module.exports = { | ||
(node.arguments[0].type === 'Literal') || | ||
(node.arguments[0].type === 'TemplateLiteral' && path.value.arguments[0].quasis.length === 1) | ||
(node.arguments[0].type === 'TemplateLiteral' && node.arguments[0].quasis.length === 1) | ||
) | ||
@@ -21,0 +21,0 @@ |
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
16199