From f8b663aa87a700e3fb1679c88cb8cb8e6fe41e72 Mon Sep 17 00:00:00 2001 From: Bryan Huang Date: Tue, 15 Jan 2019 16:32:12 +0800 Subject: [PATCH] Use standard tslint.json --- types/forge-apis/tslint.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/types/forge-apis/tslint.json b/types/forge-apis/tslint.json index 891d897c91..f93cf8562a 100644 --- a/types/forge-apis/tslint.json +++ b/types/forge-apis/tslint.json @@ -1,6 +1,3 @@ { - "extends": "dtslint/dt.json", - "rules": { - "no-single-declare-module": false - } + "extends": "dtslint/dt.json" }