[angularfire] Remove unused lint exceptions (#47908)

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

View File

@ -2,12 +2,9 @@
"extends": "dtslint/dt.json",
"rules": {
"ban-types": false,
"callable-types": false,
"dt-header": false,
"no-angle-bracket-type-assertion": false,
"no-consecutive-blank-lines": false,
"no-duplicate-variable": false,
"no-redundant-jsdoc": false,
"no-redundant-jsdoc-2": false,
"no-string-throw": false,
"no-var-keyword": false,
@ -15,7 +12,6 @@
"object-literal-shorthand": false,
"only-arrow-functions": false,
"prefer-const": false,
"prefer-method-signature": false,
"prefer-template": false,
"space-before-function-paren": false,
"typedef-whitespace": false,