From 17c2ec50ee8eb406c211c3e4a822bf92447e1f98 Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Fri, 18 Sep 2020 16:01:29 -0700 Subject: [PATCH] [actioncable] Remove unused lint exceptions (#47732) --- types/actioncable/tslint.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/types/actioncable/tslint.json b/types/actioncable/tslint.json index 41a74488ff..e80e84f54b 100644 --- a/types/actioncable/tslint.json +++ b/types/actioncable/tslint.json @@ -2,12 +2,9 @@ "extends": "dtslint/dt.json", "rules": { "ban-types": false, - "callable-types": false, "no-declare-current-package": false, "no-internal-module": false, - "no-redundant-jsdoc": false, "no-single-declare-module": false, - "prefer-method-signature": false, "strict-export-declare-modifiers": false, "unified-signatures": false }