@magicspace/tslint-rules
Advanced tools
Comparing version 0.1.38 to 0.1.39
@@ -22,6 +22,4 @@ "use strict"; | ||
isAllowArgumentsModifierKeyWord(parameters) { | ||
for (let parameter of parameters) { | ||
if (parameter.modifiers) { | ||
return true; | ||
} | ||
if (parameters.length) { | ||
return true; | ||
} | ||
@@ -28,0 +26,0 @@ return false; |
{ | ||
"name": "@magicspace/tslint-rules", | ||
"version": "0.1.38", | ||
"version": "0.1.39", | ||
"description": "Custom TSLint rules for MagicSpace.", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/makeflow/magicspace.git", |
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
60683
1585