From 6ca007d86eeaaefdf74e5bd5eeaaef7ffbd6291c Mon Sep 17 00:00:00 2001 From: Erich Gamma Date: Thu, 14 Jan 2016 19:38:28 +0100 Subject: [PATCH] enable the microsoft rules directory --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 7acd2c0fbe4..1565c3d6fd5 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -12,5 +12,6 @@ ".build/**": true, "out*/**": true, "extensions/**/out/**": true - } + }, + "tslint.rulesDirectory": "node_modules/tslint-microsoft-contrib" } \ No newline at end of file -- GitLab