[boolify-string] Remove unused lint exceptions (#48007)

This commit is contained in:
Jack Bates 2020-09-23 13:27:29 -07:00 committed by GitHub
parent 6b0ddb507c
commit 67ec5c5419
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,
"no-construct": false,
"no-redundant-jsdoc": false,
"prefer-method-signature": false,
"trim-file": false
}
}