[api-error-handler] Remove unused lint exceptions (#47916)

This commit is contained in:
Jack Bates 2020-09-23 11:38:37 -07:00 committed by GitHub
parent 01e44fd853
commit 13836e726b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,11 @@
{
"extends": "dtslint/dt.json",
"rules": {
"callable-types": false,
"dt-header": false,
"no-padding": false,
"no-redundant-jsdoc": false,
"no-var-keyword": false,
"only-arrow-functions": false,
"prefer-const": false,
"prefer-method-signature": false,
"space-before-function-paren": false
}
}