From 0edfa82daeafa5f7fe5859fb44e73ccac518d792 Mon Sep 17 00:00:00 2001 From: Scott Cooper Date: Mon, 27 Mar 2017 23:24:24 -0700 Subject: [PATCH] remove lint error --- types/raven/tslint.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/types/raven/tslint.json b/types/raven/tslint.json index 377cc837d4..a205530b58 100644 --- a/types/raven/tslint.json +++ b/types/raven/tslint.json @@ -1 +1,6 @@ -{ "extends": "../tslint.json" } +{ + "extends": "../tslint.json", + "rules": { + "export-just-namespace": false + } +}