[angular-es] Remove unused lint exceptions (#47835)

This commit is contained in:
Jack Bates 2020-09-22 12:29:29 -07:00 committed by GitHub
parent 0b36968470
commit 104c5bf0a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,15 +3,11 @@
"rules": {
"array-type": false,
"ban-types": false,
"callable-types": false,
"dt-header": false,
"no-declare-current-package": false,
"no-duplicate-imports": false,
"no-padding": false,
"no-redundant-jsdoc": false,
"no-redundant-jsdoc-2": false,
"no-single-declare-module": false,
"prefer-method-signature": false,
"semicolon": false
}
}