[auth0.widget] Remove unused lint exceptions (#47941)

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

View File

@ -2,14 +2,11 @@
"extends": "dtslint/dt.json",
"rules": {
"ban-types": false,
"callable-types": false,
"dt-header": false,
"max-line-length": false,
"no-misused-new": false,
"no-redundant-jsdoc": false,
"no-var-keyword": false,
"npm-naming": false,
"prefer-const": false,
"prefer-method-signature": false
"prefer-const": false
}
}