[angular-httpi] Remove unused lint exceptions (#47844)

This commit is contained in:
Jack Bates 2020-09-22 12:33:37 -07:00 committed by GitHub
parent 6f139f3a3a
commit ce3d6ee59a
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,
"dt-header": false,
"eofline": false,
"no-consecutive-blank-lines": false,
"no-padding": false,
"no-redundant-jsdoc": false,
"no-unnecessary-generics": false,
"no-var-keyword": false,
"npm-naming": false,
"only-arrow-functions": false,
"prefer-const": false,
"prefer-method-signature": false,
"strict-export-declare-modifiers": false,
"trim-file": false
}