From 6e72694a79d91bfbdd4184e03f1783d65b25f101 Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Mon, 25 Mar 2019 15:26:29 +0100 Subject: [PATCH] unblock ts language service --- tslint.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tslint.json b/tslint.json index 7c5aedd371a..3ea519c89fe 100644 --- a/tslint.json +++ b/tslint.json @@ -572,7 +572,7 @@ "no-new-buffer": true, "translation-remind": true, "no-standalone-editor": true, - "no-nls-in-standalone-editor": true + "no-nls-in-standalone-editor": false }, "defaultSeverity": "warning" -} +} \ No newline at end of file