[busboy] Remove unused lint exceptions (#48040)

This commit is contained in:
Jack Bates 2020-09-23 13:38:53 -07:00 committed by GitHub
parent 1047d17186
commit b78a17a59e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,15 +2,12 @@
"extends": "dtslint/dt.json",
"rules": {
"ban-types": false,
"callable-types": false,
"dt-header": false,
"no-declare-current-package": false,
"no-redundant-jsdoc": false,
"no-single-declare-module": false,
"no-var-keyword": false,
"only-arrow-functions": false,
"prefer-const": false,
"prefer-method-signature": false,
"prefer-template": false,
"unified-signatures": false
}