[angular-loading-bar] Remove unused lint exceptions (#47848)

This commit is contained in:
Jack Bates 2020-09-22 12:41:17 -07:00 committed by GitHub
parent aab3c649d1
commit bb2c7e1805
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +1,13 @@
{
"extends": "dtslint/dt.json",
"rules": {
"callable-types": false,
"dt-header": false,
"interface-name": false,
"no-padding": false,
"no-redundant-jsdoc": false,
"no-redundant-jsdoc-2": false,
"no-reference-import": false,
"no-unnecessary-class": false,
"no-var-keyword": false,
"prefer-method-signature": false,
"semicolon": false,
"strict-export-declare-modifiers": false,
"trim-file": false