[auth0-lock] Remove unused lint exceptions (#47940)

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

View File

@ -4,10 +4,8 @@
"no-declare-current-package": false,
"no-misused-new": false,
"no-single-declare-module": false,
"no-var": false,
"object-literal-shorthand": false,
"only-arrow-functions": false,
"prefer-method-signature": false,
"typedef-whitespace": false
}
}