[angular-google-analytics] Remove unused lint exceptions (#47841)

This commit is contained in:
Jack Bates 2020-09-22 12:32:01 -07:00 committed by GitHub
parent 8367291a2c
commit 05e0393a6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,9 +3,7 @@
"rules": {
"array-type": false,
"ban-types": false,
"callable-types": false,
"dt-header": false,
"no-redundant-jsdoc": false,
"no-redundant-jsdoc-2": false,
"no-reference-import": false,
"no-trailing-whitespace": false,
@ -23,7 +21,6 @@
}
],
"prefer-const": false,
"prefer-method-signature": false,
"strict-export-declare-modifiers": false
}
}