From b81ff4b7347f0f892179188fe50246422284ae5d Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Thu, 11 Feb 2021 21:08:43 +0100 Subject: [PATCH] allow empty blocks --- .eslintrc.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 24bbb049..8ed0e1a7 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -9,6 +9,7 @@ module.exports = { "sourceType": "module" }, "rules": { - "no-console": "off" + "no-console": "off", + "no-empty": "off" } };