[clipboard-js] Remove unused lint exceptions (#48080)

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

View File

@ -1,11 +1,8 @@
{
"extends": "dtslint/dt.json",
"rules": {
"callable-types": false,
"dt-header": false,
"interface-name": false,
"no-padding": false,
"no-redundant-jsdoc": false,
"prefer-method-signature": false
"no-padding": false
}
}