From cb85fe9392c19cf99b681d66357f3083054c6cd5 Mon Sep 17 00:00:00 2001 From: tophf Date: Mon, 4 Jan 2021 09:28:59 +0300 Subject: [PATCH] get the full list of stylelint rules --- edit/editor-worker.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/edit/editor-worker.js b/edit/editor-worker.js index 49651aea..e84b753f 100644 --- a/edit/editor-worker.js +++ b/edit/editor-worker.js @@ -84,9 +84,7 @@ sets.push(set); } } - if (sets.length) { - options[id] = sets; - } + options[id] = sets; } return options; },