custom-tslint-formatters
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -16,3 +16,3 @@ "use strict"; | ||
var _a = failure.getStartPosition().getLineAndCharacter(), line = _a.line, character = _a.character; | ||
var position = line + ":" + character; | ||
var position = (line + 1) + ":" + (character + 1); | ||
var message = failure.getFailure(); | ||
@@ -19,0 +19,0 @@ var ruleName = failure.getRuleName(); |
{ | ||
"name": "custom-tslint-formatters", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Custom formatters for TSLint.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
138325
0