[browserify] Remove unused lint exceptions (#48030)

This commit is contained in:
Jack Bates 2020-09-23 13:37:17 -07:00 committed by GitHub
parent 7c54e54ec8
commit 1a44274f43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,10 +3,8 @@
"rules": {
"arrow-return-shorthand": false,
"ban-types": false,
"callable-types": false,
"max-line-length": false,
"no-duplicate-variable": false,
"no-redundant-jsdoc": false,
"no-unnecessary-generics": false,
"no-var-keyword": false,
"no-var-requires": false,
@ -15,7 +13,6 @@
"object-literal-shorthand": false,
"only-arrow-functions": false,
"prefer-const": false,
"prefer-method-signature": false,
"space-before-function-paren": false,
"unified-signatures": false
}