[actioncable] Remove unused lint exceptions (#47732)

This commit is contained in:
Jack Bates 2020-09-18 16:01:29 -07:00 committed by GitHub
parent d73b5e50fd
commit 17c2ec50ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}