[angular-translate] Remove unused lint exceptions (#47897)

This commit is contained in:
Jack Bates 2020-09-23 11:28:58 -07:00 committed by GitHub
parent cb90d5f618
commit 2cc715a887
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,17 +3,14 @@
"rules": {
"array-type": false,
"ban-types": false,
"callable-types": false,
"interface-name": false,
"max-line-length": false,
"no-padding": false,
"no-redundant-jsdoc": false,
"no-redundant-jsdoc-2": false,
"no-unnecessary-qualifier": false,
"no-var-keyword": false,
"only-arrow-functions": false,
"prefer-const": false,
"prefer-method-signature": false,
"semicolon": false,
"space-before-function-paren": false,
"strict-export-declare-modifiers": false,