From 4774ad658b065c6cfe4c8145995e7f2304972212 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sat, 4 Jan 2020 18:51:43 -0500 Subject: [PATCH] [O] Ignore jsons from tslint --- tslint.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tslint.json b/tslint.json index 3b43f8f..948eff2 100644 --- a/tslint.json +++ b/tslint.json @@ -2,7 +2,9 @@ "defaultSeverity": "warning", "linterOptions": { "exclude": [ - "node_modules/**" + "node_modules/**", + "*.json", + "**/*.json" ] }, "rules": {