get the full list of stylelint rules

This commit is contained in:
tophf 2021-01-04 09:28:59 +03:00
parent fd890f8e61
commit cb85fe9392

View File

@ -84,9 +84,7 @@
sets.push(set); sets.push(set);
} }
} }
if (sets.length) { options[id] = sets;
options[id] = sets;
}
} }
return options; return options;
}, },