From 962341e9ad1d51988bc89e52fe2198598d0d4c04 Mon Sep 17 00:00:00 2001 From: robinknaapen Date: Thu, 13 Dec 2018 21:18:59 +0100 Subject: [PATCH] Allow namespaces --- tslint.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tslint.json b/tslint.json index ad909fd..7d41bc4 100644 --- a/tslint.json +++ b/tslint.json @@ -15,6 +15,7 @@ "ordered-imports": true, "object-literal-sort-keys": false, "no-consecutive-blank-lines": true, + "no-namespace": false, "semicolon": [true, "never"] } }