[bookshelf] Remove unused lint exceptions (#48006)

This commit is contained in:
Jack Bates 2020-09-23 14:32:29 -07:00 committed by GitHub
parent 0facd5783c
commit c68227b457
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,24 +3,20 @@
"rules": {
"array-type": false,
"ban-types": false,
"callable-types": false,
"comment-format": false,
"dt-header": false,
"interface-name": false,
"new-parens": false,
"no-angle-bracket-type-assertion": false,
"no-any-union": false,
"no-consecutive-blank-lines": false,
"no-duplicate-variable": false,
"no-empty-interface": false,
"no-redundant-jsdoc": false,
"no-unnecessary-class": false,
"no-unnecessary-generics": false,
"no-var-keyword": false,
"no-var-requires": false,
"only-arrow-functions": false,
"prefer-const": false,
"prefer-method-signature": false,
"semicolon": false,
"typedef-whitespace": false,
"unified-signatures": false,