From 421f70dec6b822a0f416328b7c4a3c4aab3e3255 Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Tue, 20 Jun 2017 14:00:20 +0200 Subject: [PATCH] tslint for smoke tests --- tslint.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tslint.json b/tslint.json index b97d02c3591..e13fea96738 100644 --- a/tslint.json +++ b/tslint.json @@ -371,6 +371,13 @@ "target": "**/{node,electron-browser,electron-main,extensions}/**", "restrictions": "**/*" }, + { + "target": "**/test/smoke/**", + "restrictions": [ + "**/test/smoke/**", + "*" + ] + }, { "target": "{**/**.test.ts,**/test/**}", "restrictions": "{**/vs/**,assert,sinon}"