[bootstrap-select] Remove unused lint exceptions (#48016)

This commit is contained in:
Jack Bates 2020-09-23 15:03:34 -07:00 committed by GitHub
parent 057ee0d6ee
commit 60c94e97bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,12 +3,6 @@
"rules": {
"array-type": false,
"ban-types": false,
"callable-types": false,
"dt-header": false,
"no-consecutive-blank-lines": false,
"no-redundant-jsdoc": false,
"prefer-method-signature": false,
"semicolon": false,
"trim-file": false
"dt-header": false
}
}