diff --git a/types/angular-fullscreen/tslint.json b/types/angular-fullscreen/tslint.json index 29495a858a..077aed30b6 100644 --- a/types/angular-fullscreen/tslint.json +++ b/types/angular-fullscreen/tslint.json @@ -1,12 +1,10 @@ { "extends": "dtslint/dt.json", "rules": { - "callable-types": false, "dt-header": false, "interface-name": false, "no-consecutive-blank-lines": false, "no-padding": false, - "no-redundant-jsdoc": false, "no-reference-import": false, "npm-naming": [ true, @@ -20,7 +18,6 @@ "mode": "code" } ], - "prefer-method-signature": false, "strict-export-declare-modifiers": false, "trim-file": false }