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 }