[batch-stream] Remove unused lint exceptions (#47983)

This commit is contained in:
Jack Bates 2020-09-23 14:26:24 -07:00 committed by GitHub
parent 4444c70545
commit 896717bf6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +1,9 @@
{
"extends": "dtslint/dt.json",
"rules": {
"callable-types": false,
"dt-header": false,
"eofline": false,
"no-consecutive-blank-lines": false,
"no-redundant-jsdoc": false,
"no-var-keyword": false,
"prefer-const": false,
"prefer-method-signature": false
"prefer-const": false
}
}