[angular-ui-bootstrap] Remove unused lint exceptions (#47898)

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

View File

@ -3,20 +3,17 @@
"rules": {
"array-type": false,
"ban-types": false,
"callable-types": false,
"dt-header": false,
"interface-name": false,
"max-line-length": false,
"no-consecutive-blank-lines": false,
"no-empty-interface": false,
"no-padding": false,
"no-redundant-jsdoc": false,
"no-redundant-jsdoc-2": false,
"no-reference-import": false,
"no-trailing-whitespace": false,
"no-unnecessary-qualifier": false,
"object-literal-key-quotes": false,
"prefer-method-signature": false,
"strict-export-declare-modifiers": false,
"typedef-whitespace": false,
"whitespace": false