[backbone-fetch-cache] Remove unused lint exceptions (#47969)

This commit is contained in:
Jack Bates 2020-09-23 13:33:24 -07:00 committed by GitHub
parent a63f7c7540
commit 6aa9797349
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,9 @@
{
"extends": "dtslint/dt.json",
"rules": {
"callable-types": false,
"no-inferrable-types": false,
"no-padding": false,
"no-redundant-jsdoc": false,
"no-var-keyword": false,
"prefer-method-signature": false,
"semicolon": false,
"strict-export-declare-modifiers": false,
"typedef-whitespace": false,