From f48c83c1aff591400a0ab983b823d39f6aaffb7f Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Wed, 23 Sep 2020 13:58:25 -0700 Subject: [PATCH] [colorbrewer] Remove unused lint exceptions (#48091) --- types/colorbrewer/tslint.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/types/colorbrewer/tslint.json b/types/colorbrewer/tslint.json index 98757b1811..266c5dd413 100644 --- a/types/colorbrewer/tslint.json +++ b/types/colorbrewer/tslint.json @@ -1,14 +1,11 @@ { "extends": "dtslint/dt.json", "rules": { - "callable-types": false, "dt-header": false, "no-consecutive-blank-lines": false, "no-declare-current-package": false, - "no-redundant-jsdoc": false, "no-single-declare-module": false, "no-var-keyword": false, - "prefer-method-signature": false, "trim-file": false } }