[angular-bootstrap-calendar] Remove unused lint exceptions (#47804)

This commit is contained in:
Jack Bates 2020-09-22 11:52:28 -07:00 committed by GitHub
parent 6fd69b4f72
commit 1393a3f83c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,18 +3,13 @@
"rules": {
"array-type": false,
"ban-types": false,
"callable-types": false,
"comment-format": false,
"dt-header": false,
"eofline": false,
"interface-name": false,
"max-line-length": false,
"no-outside-dependencies": false,
"no-padding": false,
"no-redundant-jsdoc": false,
"no-var-keyword": false,
"only-arrow-functions": false,
"prefer-method-signature": false,
"space-before-function-paren": false,
"strict-export-declare-modifiers": false
}