From 4bd65184bd31bae039886df0a03d7f674a83fb6c Mon Sep 17 00:00:00 2001 From: Martin Guillon Date: Wed, 6 Jan 2021 11:17:50 +0100 Subject: [PATCH] eslint rule fix --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 8d58bdb49..4e7d35457 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -22,6 +22,7 @@ "@typescript-eslint/no-this-alias": "off", "@typescript-eslint/no-empty-interface": "off", "@typescript-eslint/triple-slash-reference": "off", + "no-empty": "off", "no-prototype-builtins": "off", "no-inner-declarations": "off", "no-constant-condition": "off",