From 88295ca48ea303a19b7eef0bca1161d359a243b0 Mon Sep 17 00:00:00 2001 From: Huy Pham <11185878+hdp617@users.noreply.github.com> Date: Thu, 6 Aug 2020 13:33:04 -0700 Subject: [PATCH] chore: remove tslint.json This file is no longer used. --- tslint.json | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 tslint.json diff --git a/tslint.json b/tslint.json deleted file mode 100644 index 27872a13..00000000 --- a/tslint.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "extends": "gts/tslint.json", - "linterOptions": { - "exclude": [ - "**/*.json" - ] - } -}