[autobahn] Remove unused lint exceptions (#47943)

This commit is contained in:
Jack Bates 2020-09-23 11:22:36 -07:00 committed by GitHub
parent 0f1b3029f8
commit 4eebca9a3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,20 +2,17 @@
"extends": "dtslint/dt.json",
"rules": {
"array-type": false,
"callable-types": false,
"export-just-namespace": false,
"interface-name": false,
"max-line-length": false,
"no-any-union": false,
"no-inferrable-types": false,
"no-padding": false,
"no-redundant-jsdoc": false,
"no-trailing-whitespace": false,
"no-unnecessary-generics": false,
"no-var-keyword": false,
"one-line": false,
"prefer-const": false,
"prefer-method-signature": false,
"semicolon": false,
"strict-export-declare-modifiers": false,
"typedef-whitespace": false