[bootstrap.paginator] Remove unused lint exceptions (#48020)

This commit is contained in:
Jack Bates 2020-09-23 14:30:47 -07:00 committed by GitHub
parent 8e2ef42552
commit d040ed836b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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