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"] } }