From e17c3376528547c772b77d1f72cebb3105b2de62 Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Wed, 23 Sep 2020 14:24:22 -0700 Subject: [PATCH] [cheerio] Remove unused lint exceptions (#48069) --- types/cheerio/tslint.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/types/cheerio/tslint.json b/types/cheerio/tslint.json index aff91a851b..4f52f5c94d 100644 --- a/types/cheerio/tslint.json +++ b/types/cheerio/tslint.json @@ -3,15 +3,12 @@ "rules": { "array-type": false, "ban-types": false, - "callable-types": false, "dt-header": false, "no-declare-current-package": false, "no-empty-interface": false, - "no-redundant-jsdoc": false, "no-single-declare-module": false, "no-var-keyword": false, "prefer-const": false, - "prefer-method-signature": false, "strict-export-declare-modifiers": false, "unified-signatures": false }