From 98253c34455fc5a7b8caebf8aac6f59112f80671 Mon Sep 17 00:00:00 2001 From: Dolan Date: Mon, 8 Mar 2021 23:17:10 +0000 Subject: [PATCH] Update tslint rules --- tslint.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tslint.json b/tslint.json index cb979f920a..3da57d1a2f 100644 --- a/tslint.json +++ b/tslint.json @@ -23,6 +23,9 @@ "file-name-casing": [true, "kebab-case"], "interface-name": [true, "always-prefix"], "ordered-imports": true, + "no-default-export": true, + "arrow-return-shorthand": true, + "variable-name": [true, "ban-keywords", "check-format"], // Functional Programming Rules "no-parameter-reassignment": true, "readonly-keyword": true,