From 2afd53203f3cda08b9564a3b333c176f4c379fb7 Mon Sep 17 00:00:00 2001 From: Marluan Espiritusanto Date: Mon, 10 Apr 2023 18:24:50 +0200 Subject: [PATCH] fix: empty interfaces ignored --- tslint.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tslint.json b/tslint.json index 0428e79..7c1284b 100644 --- a/tslint.json +++ b/tslint.json @@ -5,6 +5,7 @@ ], "rules": { "no-console": false, - "no-string-literal": false + "no-string-literal": false, + "no-empty-interface": false } } \ No newline at end of file