diff --git a/types/angular-ui-tree/tslint.json b/types/angular-ui-tree/tslint.json index 7b5a0e645c..9c96354a03 100644 --- a/types/angular-ui-tree/tslint.json +++ b/types/angular-ui-tree/tslint.json @@ -1,17 +1,13 @@ { "extends": "dtslint/dt.json", "rules": { - "callable-types": false, "dt-header": false, "interface-name": false, "jsdoc-format": false, - "no-angle-bracket-type-assertion": false, "no-consecutive-blank-lines": false, "no-padding": false, - "no-redundant-jsdoc": false, "no-var-keyword": false, "npm-naming": false, - "prefer-method-signature": false, "trim-file": false } }