[bootstrap-switch] Remove unused lint exceptions (#48018)

This commit is contained in:
Jack Bates 2020-09-23 14:29:50 -07:00 committed by GitHub
parent 199fd5ec0b
commit 954eddcd53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,10 @@
{
"extends": "dtslint/dt.json",
"rules": {
"callable-types": false,
"comment-format": false,
"dt-header": false,
"eofline": false,
"no-boolean-literal-compare": false,
"no-empty-interface": false,
"no-redundant-jsdoc": false,
"prefer-method-signature": false,
"semicolon": false,
"unified-signatures": false
}