[auth0] Remove unused lint exceptions (#47942)

This commit is contained in:
Jack Bates 2020-09-23 11:40:25 -07:00 committed by GitHub
parent cdeec62660
commit 5c14e2b155
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,6 @@
"rules": {
"adjacent-overload-signatures": false,
"array-type": false,
"callable-types": false,
"comment-format": false,
"dt-header": false,
"jsdoc-format": false,
@ -11,10 +10,8 @@
"no-consecutive-blank-lines": false,
"no-empty-interface": false,
"no-padding": false,
"no-redundant-jsdoc": false,
"no-unnecessary-class": false,
"object-literal-key-quotes": false,
"prefer-method-signature": false,
"semicolon": false,
"space-within-parens": false,
"strict-export-declare-modifiers": false,