[angular-route] Remove unused lint exceptions (#47861)

This commit is contained in:
Jack Bates 2020-09-22 12:34:31 -07:00 committed by GitHub
parent ce3d6ee59a
commit 6c18088700
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,18 +2,15 @@
"extends": "dtslint/dt.json",
"rules": {
"ban-types": false,
"callable-types": false,
"comment-format": false,
"interface-name": false,
"max-line-length": false,
"no-consecutive-blank-lines": false,
"no-redundant-jsdoc": false,
"no-unnecessary-qualifier": false,
"no-var-keyword": false,
"object-literal-shorthand": false,
"one-line": false,
"only-arrow-functions": false,
"prefer-method-signature": false,
"semicolon": false,
"space-before-function-paren": false,
"trim-file": false,