diff options
author | Florian Dold <florian.dold@gmail.com> | 2018-09-20 02:56:13 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2018-09-20 02:56:13 +0200 |
commit | bbff7403fbf46f9ad92240ac213df8d30ef31b64 (patch) | |
tree | c58400ec5124da1c7d56b01aea83309f80a56c3b /node_modules/tslint/lib/rules/eoflineRule.js | |
parent | 003fb34971cf63466184351b4db5f7c67df4f444 (diff) |
update packages
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], |