[bson] Remove unused lint exceptions (#48031)

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

View File

@ -3,17 +3,13 @@
"rules": {
"array-type": false,
"ban-types": false,
"callable-types": false,
"eofline": false,
"max-line-length": false,
"no-consecutive-blank-lines": false,
"no-padding": false,
"no-redundant-jsdoc": false,
"no-redundant-jsdoc-2": false,
"no-trailing-whitespace": false,
"no-unnecessary-class": false,
"prefer-const": false,
"prefer-method-signature": false,
"semicolon": false,
"strict-export-declare-modifiers": false,
"whitespace": false