From 7c67f72904e2a857191596738c7292283443d135 Mon Sep 17 00:00:00 2001 From: Zixuan Liu Date: Wed, 17 Apr 2019 17:10:49 +0800 Subject: [PATCH] update only-arrow-functions rule --- tslint.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tslint.json b/tslint.json index 5b45cc3..04c7827 100644 --- a/tslint.json +++ b/tslint.json @@ -5,6 +5,7 @@ ], "jsRules": {}, "rules": { + "only-arrow-functions": false, "max-classes-per-file": false, "interface-name": false, "no-console": [false], @@ -18,4 +19,4 @@ "max-line-length": false }, "rulesDirectory": [] -} \ No newline at end of file +}