[bind-ponyfill] Remove unused lint exceptions (#47993)

This commit is contained in:
Jack Bates 2020-09-23 14:21:32 -07:00 committed by GitHub
parent f6995ba6d2
commit e98461eb2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,10 +3,6 @@
"rules": {
"array-type": false,
"ban-types": false,
"callable-types": false,
"dt-header": false,
"eofline": false,
"no-redundant-jsdoc": false,
"prefer-method-signature": false
"dt-header": false
}
}