diff --git a/types/angular-cookie/tslint.json b/types/angular-cookie/tslint.json index 8f9c451694..b089342e79 100644 --- a/types/angular-cookie/tslint.json +++ b/types/angular-cookie/tslint.json @@ -2,16 +2,12 @@ "extends": "dtslint/dt.json", "rules": { "ban-types": false, - "callable-types": false, "dt-header": false, - "eofline": false, - "no-redundant-jsdoc": false, "no-trailing-whitespace": false, "no-var-keyword": false, "object-literal-shorthand": false, "only-arrow-functions": false, "prefer-const": false, - "prefer-method-signature": false, "space-before-function-paren": false, "unified-signatures": false }