From 7864653df726ab08e2f71313b69a8e5dd0b6d7e1 Mon Sep 17 00:00:00 2001 From: zajrik Date: Mon, 13 Aug 2018 20:54:36 -0500 Subject: [PATCH] Add missing EOF newlines --- tsconfig.json | 2 +- tslint.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 63656868b..37aa901ee 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,4 +10,4 @@ "files": [ "typings/index.d.ts" ] -} \ No newline at end of file +} diff --git a/tslint.json b/tslint.json index 6cc6f6b26..71f850264 100644 --- a/tslint.json +++ b/tslint.json @@ -59,4 +59,4 @@ "check-type" ] } -} \ No newline at end of file +}