diff --git a/types/bootstrap.v3.datetimepicker/tslint.json b/types/bootstrap.v3.datetimepicker/tslint.json index 7980259cad..b983e88cb3 100644 --- a/types/bootstrap.v3.datetimepicker/tslint.json +++ b/types/bootstrap.v3.datetimepicker/tslint.json @@ -2,7 +2,6 @@ "extends": "dtslint/dt.json", "rules": { "no-any-union": false, - "no-outside-dependencies": false, "quotemark": [ true, "double", diff --git a/types/bootstrap.v3.datetimepicker/v3/tslint.json b/types/bootstrap.v3.datetimepicker/v3/tslint.json index 8592097d67..bd6e58a70d 100644 --- a/types/bootstrap.v3.datetimepicker/v3/tslint.json +++ b/types/bootstrap.v3.datetimepicker/v3/tslint.json @@ -3,10 +3,6 @@ "rules": { "adjacent-overload-signatures": false, "array-type": false, - "callable-types": false, - "no-outside-dependencies": false, - "no-redundant-jsdoc": false, - "prefer-method-signature": false, "unified-signatures": false } }