[angular-clipboard] Remove unused lint exceptions (#47807)

This commit is contained in:
Jack Bates 2020-09-22 11:51:15 -07:00 committed by GitHub
parent 9cb72e2e42
commit 9c2bc2c9dd
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
}
}