[angular-locker] Remove unused lint exceptions (#47850)

This commit is contained in:
Jack Bates 2020-09-22 12:37:51 -07:00 committed by GitHub
parent 7295d14290
commit 9de4067dfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,21 +3,16 @@
"rules": {
"array-type": false,
"ban-types": false,
"callable-types": false,
"comment-format": false,
"dt-header": false,
"interface-name": false,
"jsdoc-format": false,
"no-angle-bracket-type-assertion": false,
"no-consecutive-blank-lines": false,
"no-redundant-jsdoc": false,
"no-redundant-jsdoc-2": false,
"no-reference-import": false,
"no-unnecessary-qualifier": false,
"no-var-keyword": false,
"only-arrow-functions": false,
"prefer-const": false,
"prefer-method-signature": false,
"semicolon": false,
"space-before-function-paren": false,
"space-within-parens": false,