From fc7b7c83b339998e972522541b18464506e179f4 Mon Sep 17 00:00:00 2001 From: Andrew Branch Date: Wed, 24 Apr 2019 10:41:17 -0700 Subject: [PATCH] Exclude tests/cases from tslint --- tslint.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tslint.json b/tslint.json index 5952c770c5e7e..c43f84b69aecd 100644 --- a/tslint.json +++ b/tslint.json @@ -1,6 +1,11 @@ { "extends": "tslint:latest", "rulesDirectory": "built/local/tslint/rules", + "linterOptions": { + "exclude": [ + "tests/cases/**/*" + ] + }, "rules": { "no-unnecessary-type-assertion": true,