From 7ba1c8aba2e2c7b047d077f8c75c7f7f5c0207fc Mon Sep 17 00:00:00 2001 From: Andrew Branch Date: Wed, 24 Apr 2019 11:35:37 -0700 Subject: [PATCH] Exclude everything in tests --- tslint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tslint.json b/tslint.json index c43f84b69aecd..5b75ed1a55b74 100644 --- a/tslint.json +++ b/tslint.json @@ -3,7 +3,7 @@ "rulesDirectory": "built/local/tslint/rules", "linterOptions": { "exclude": [ - "tests/cases/**/*" + "tests/**/*" ] }, "rules": {