From 25287a6cb42132a13d2de644019b3da075e41c43 Mon Sep 17 00:00:00 2001 From: Tiago Schenkel Date: Tue, 24 Jul 2018 23:40:12 +0200 Subject: [PATCH] update tslint rules --- tslint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tslint.json b/tslint.json index cd72ff2..b022fe0 100644 --- a/tslint.json +++ b/tslint.json @@ -40,7 +40,7 @@ "no-construct": true, "no-debugger": true, "no-duplicate-variable": true, - "no-empty": false, + "no-empty": true, "no-eval": true, "no-inferrable-types": false, "no-shadowed-variable": true,