From bbff7403fbf46f9ad92240ac213df8d30ef31b64 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 20 Sep 2018 02:56:13 +0200 Subject: update packages --- node_modules/tslint/lib/rules/eoflineRule.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node_modules/tslint/lib/rules/eoflineRule.js') diff --git a/node_modules/tslint/lib/rules/eoflineRule.js b/node_modules/tslint/lib/rules/eoflineRule.js index 631b5fc28..a235ef7f2 100644 --- a/node_modules/tslint/lib/rules/eoflineRule.js +++ b/node_modules/tslint/lib/rules/eoflineRule.js @@ -41,7 +41,7 @@ var Rule = /** @class */ (function (_super) { ruleName: "eofline", description: "Ensures the file ends with a newline.", descriptionDetails: "Fix for single-line files is not supported.", - rationale: "It is a [standard convention](http://stackoverflow.com/q/729692/3124288) to end files with a newline.", + rationale: "It is a [standard convention](https://stackoverflow.com/q/729692/3124288) to end files with a newline.", optionsDescription: "Not configurable.", options: null, optionExamples: [true], -- cgit v1.2.3