@magicspace/tslint-rules
Advanced tools
Comparing version 0.1.11 to 0.1.12
@@ -93,6 +93,3 @@ "use strict"; | ||
} | ||
return new tslint_1.Replacement(node | ||
.getChildren() | ||
.find(v => v.getText() === ')') | ||
.getEnd(), 0, `: ${missingReturnTypeString}`); | ||
return new tslint_1.Replacement(tsutils_1.getChildOfKind(node, typescript_1.SyntaxKind.CloseParenToken).getEnd(), 0, `: ${missingReturnTypeString}`); | ||
} | ||
@@ -99,0 +96,0 @@ checkReturnType(node) { |
{ | ||
"name": "@magicspace/tslint-rules", | ||
"version": "0.1.11", | ||
"version": "0.1.12", | ||
"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
30940
811