[apigee-access] Remove unused lint exceptions (#47917)

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

View File

@ -1,18 +1,14 @@
{
"extends": "dtslint/dt.json",
"rules": {
"callable-types": false,
"comment-format": false,
"dt-header": false,
"eofline": false,
"no-padding": false,
"no-redundant-jsdoc": false,
"no-trailing-whitespace": false,
"no-var-keyword": false,
"one-line": false,
"only-arrow-functions": false,
"prefer-const": false,
"prefer-method-signature": false,
"space-before-function-paren": false,
"space-within-parens": false
}