diff options
Diffstat (limited to 'node_modules/tslint/lib/rules/eoflineRule.js')
-rw-r--r-- | node_modules/tslint/lib/rules/eoflineRule.js | 2 |
1 files changed, 1 insertions, 1 deletions
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], |