diff --git a/tslint.json b/tslint.json index f54c277..b15f67d 100644 --- a/tslint.json +++ b/tslint.json @@ -25,7 +25,8 @@ "no-parameter-reassignment": true, "arrow-return-shorthand": true, "no-default-export": true, - "prefer-template": true + "prefer-template": true, + "only-arrow-functions": [true, "allow-named-functions"] }, "jsRules": true }