[bootstrap-datepicker] Remove unused lint exceptions (#48012)

This commit is contained in:
Jack Bates 2020-09-23 15:02:54 -07:00 committed by GitHub
parent b6ad46a6f3
commit bac653f72c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,11 @@
{
"extends": "dtslint/dt.json",
"rules": {
"callable-types": false,
"comment-format": false,
"dt-header": false,
"no-consecutive-blank-lines": false,
"no-redundant-jsdoc": false,
"no-var-keyword": false,
"only-arrow-functions": false,
"prefer-method-signature": false,
"semicolon": false,
"space-before-function-paren": false,
"typedef-whitespace": false,