From 8fda71eadaf23d11c577ec4737c32dbac5a9e389 Mon Sep 17 00:00:00 2001 From: Arne Schubert Date: Sat, 28 Jan 2017 11:09:19 +0100 Subject: [PATCH] set no-single-declare-module to false in tslint.json --- geojson/tslint.json | 7 ++++++- leaflet/tslint.json | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/geojson/tslint.json b/geojson/tslint.json index 377cc837d4..0b14fdec0d 100644 --- a/geojson/tslint.json +++ b/geojson/tslint.json @@ -1 +1,6 @@ -{ "extends": "../tslint.json" } +{ + "extends": "../tslint.json", + "rules": { + "no-single-declare-module": false + } +} diff --git a/leaflet/tslint.json b/leaflet/tslint.json index 377cc837d4..0b14fdec0d 100644 --- a/leaflet/tslint.json +++ b/leaflet/tslint.json @@ -1 +1,6 @@ -{ "extends": "../tslint.json" } +{ + "extends": "../tslint.json", + "rules": { + "no-single-declare-module": false + } +}