From 781233cac2c115c2f34ac07a9b78d320321edeaf Mon Sep 17 00:00:00 2001 From: Girma Nigusse Date: Thu, 21 May 2020 23:59:30 -0400 Subject: [PATCH] updates --- tslint.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tslint.json b/tslint.json index 0c2b7c8d..95380e76 100644 --- a/tslint.json +++ b/tslint.json @@ -9,7 +9,8 @@ }, "linterOptions": { "exclude": [ - "package.json" + "*.json", + "**/*.json" ] } } \ No newline at end of file