set no-single-declare-module to false in tslint.json

This commit is contained in:
Arne Schubert
2017-01-28 11:09:19 +01:00
parent 8f325c6f72
commit 8fda71eada
2 changed files with 12 additions and 2 deletions
+6 -1
View File
@@ -1 +1,6 @@
{ "extends": "../tslint.json" }
{
"extends": "../tslint.json",
"rules": {
"no-single-declare-module": false
}
}
+6 -1
View File
@@ -1 +1,6 @@
{ "extends": "../tslint.json" }
{
"extends": "../tslint.json",
"rules": {
"no-single-declare-module": false
}
}