From e4fabad8fa158f3e521e9fd4f1327b18f8416cbb Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Mon, 26 Oct 2020 12:46:13 +0100 Subject: [PATCH] build: remove `match-default-export-name` tslint rule --- tslint.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tslint.json b/tslint.json index 43991acec74a..9128c2c04b24 100644 --- a/tslint.json +++ b/tslint.json @@ -80,7 +80,6 @@ ], "eofline": true, "import-spacing": true, - "match-default-export-name": true, "newline-before-return": true, "no-consecutive-blank-lines": [true, 2], "no-duplicate-variable": true,