[blueimp-md5] Remove unused lint exceptions (#48005)

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

View File

@ -1,9 +1,6 @@
{
"extends": "dtslint/dt.json",
"rules": {
"callable-types": false,
"dt-header": false,
"no-redundant-jsdoc": false,
"prefer-method-signature": false
"dt-header": false
}
}