[angular-ui-router] Remove unused lint exceptions (#47900)

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

View File

@ -2,7 +2,6 @@
"extends": "dtslint/dt.json",
"rules": {
"ban-types": false,
"callable-types": false,
"comment-format": false,
"dt-header": false,
"interface-name": false,
@ -14,7 +13,6 @@
"no-duplicate-imports": false,
"no-namespace": false,
"no-padding": false,
"no-redundant-jsdoc": false,
"no-redundant-jsdoc-2": false,
"no-unnecessary-qualifier": false,
"no-var-keyword": false,
@ -24,7 +22,6 @@
"one-line": false,
"only-arrow-functions": false,
"prefer-const": false,
"prefer-method-signature": false,
"semicolon": false,
"space-before-function-paren": false,
"strict-export-declare-modifiers": false,