[chrome-apps] Remove unused lint exceptions (#48072)

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

View File

@ -4,7 +4,6 @@
"array-type": false,
"arrow-return-shorthand": false,
"ban-types": false,
"callable-types": false,
"comment-format": false,
"dt-header": false,
"interface-name": false,
@ -20,7 +19,6 @@
"no-mergeable-namespace": false,
"no-object-literal-type-assertion": false,
"no-padding": false,
"no-redundant-jsdoc": false,
"no-unnecessary-generics": false,
"no-unnecessary-qualifier": false,
"no-var-keyword": false,
@ -29,7 +27,6 @@
"object-literal-shorthand": false,
"only-arrow-functions": false,
"prefer-const": false,
"prefer-method-signature": false,
"prefer-template": false,
"semicolon": false,
"space-before-function-paren": false,