diff --git a/types/assertsharp/tslint.json b/types/assertsharp/tslint.json index c8df2769c8..81c8d84bb2 100644 --- a/types/assertsharp/tslint.json +++ b/types/assertsharp/tslint.json @@ -2,11 +2,8 @@ "extends": "dtslint/dt.json", "rules": { "ban-types": false, - "callable-types": false, "dt-header": false, - "no-redundant-jsdoc": false, "no-string-throw": false, - "no-unnecessary-class": false, - "prefer-method-signature": false + "no-unnecessary-class": false } }