[alt] Remove unused lint exceptions (#47797)

This commit is contained in:
Jack Bates 2020-09-22 11:57:09 -07:00 committed by GitHub
parent 3b86757d23
commit b9ed5320fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,21 +4,17 @@
"adjacent-overload-signatures": false,
"array-type": false,
"ban-types": false,
"callable-types": false,
"comment-format": false,
"dt-header": false,
"interface-over-type-literal": false,
"no-angle-bracket-type-assertion": false,
"no-declare-current-package": false,
"no-inferrable-types": false,
"no-padding": false,
"no-redundant-jsdoc": false,
"no-unnecessary-generics": false,
"no-unnecessary-qualifier": false,
"no-var-keyword": false,
"one-line": false,
"prefer-const": false,
"prefer-method-signature": false,
"semicolon": false,
"space-within-parens": false,
"strict-export-declare-modifiers": false,