[cache-manager] Remove unused lint exceptions (#48045)

This commit is contained in:
Jack Bates 2020-09-23 14:58:33 -07:00 committed by GitHub
parent b57c20fc20
commit ddf5bcfcc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,15 +3,11 @@
"rules": {
"array-type": false,
"ban-types": false,
"callable-types": false,
"comment-format": false,
"dt-header": false,
"no-padding": false,
"no-redundant-jsdoc": false,
"no-trailing-whitespace": false,
"no-unnecessary-generics": false,
"object-literal-shorthand": false,
"prefer-method-signature": false,
"prefer-template": false,
"semicolon": false,
"unified-signatures": false