From bcae718596824c5a392854a614a196c2f3e537f2 Mon Sep 17 00:00:00 2001 From: Girma Nigusse Date: Thu, 21 May 2020 23:56:37 -0400 Subject: [PATCH] updates --- tslint.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tslint.json b/tslint.json index fff3abcb..0c2b7c8d 100644 --- a/tslint.json +++ b/tslint.json @@ -6,5 +6,10 @@ ], "rules": { "prettier": true + }, + "linterOptions": { + "exclude": [ + "package.json" + ] } } \ No newline at end of file