[angular.throttle] Remove unused lint exceptions (#47906)

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

View File

@ -2,16 +2,13 @@
"extends": "dtslint/dt.json",
"rules": {
"ban-types": false,
"callable-types": false,
"dt-header": false,
"interface-name": false,
"no-consecutive-blank-lines": false,
"no-redundant-jsdoc": false,
"no-reference-import": false,
"no-var-keyword": false,
"npm-naming": false,
"only-arrow-functions": false,
"prefer-method-signature": false,
"space-before-function-paren": false,
"space-within-parens": false,
"trim-file": false,