diff --git a/types/bootstrap-switch/tslint.json b/types/bootstrap-switch/tslint.json index 3b5921b964..7a06a07b00 100644 --- a/types/bootstrap-switch/tslint.json +++ b/types/bootstrap-switch/tslint.json @@ -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 }