From bbec4c30bf150e61b638d1669241a3870cc40aa1 Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Wed, 23 Sep 2020 11:38:12 -0700 Subject: [PATCH] [ansicolors] Remove unused lint exceptions (#47913) --- types/ansicolors/tslint.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/types/ansicolors/tslint.json b/types/ansicolors/tslint.json index cd73c78dbb..62cab44a18 100644 --- a/types/ansicolors/tslint.json +++ b/types/ansicolors/tslint.json @@ -1,16 +1,13 @@ { "extends": "dtslint/dt.json", "rules": { - "callable-types": false, "dt-header": false, - "no-redundant-jsdoc": false, "npm-naming": [ true, { "mode": "name-only" } ], - "prefer-method-signature": false, "semicolon": false } }