diff --git a/types/bootstrap-select/tslint.json b/types/bootstrap-select/tslint.json index 21e570f7a8..4b086b581f 100644 --- a/types/bootstrap-select/tslint.json +++ b/types/bootstrap-select/tslint.json @@ -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 } }