[chrome] Remove unused lint exceptions (#48073)

This commit is contained in:
Jack Bates 2020-09-23 14:13:57 -07:00 committed by GitHub
parent 0fc82b640e
commit eef197c049
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,18 +3,14 @@
"rules": {
"array-type": false,
"ban-types": false,
"callable-types": false,
"dt-header": false,
"jsdoc-format": false,
"max-line-length": false,
"no-angle-bracket-type-assertion": false,
"no-consecutive-blank-lines": false,
"no-empty-interface": false,
"no-internal-module": false,
"no-mergeable-namespace": false,
"no-padding": false,
"no-redundant-jsdoc": false,
"no-redundant-jsdoc-2": false,
"no-unnecessary-class": false,
"no-unnecessary-generics": false,
"no-unnecessary-qualifier": false,
@ -26,7 +22,6 @@
"only-arrow-functions": false,
"prefer-const": false,
"prefer-for-of": false,
"prefer-method-signature": false,
"prefer-template": false,
"semicolon": false,
"space-before-function-paren": false,