2024-08-13

This commit is contained in:
gcch 2024-08-13 14:19:43 +02:00
commit d26f851139
332 changed files with 1371 additions and 309 deletions

View file

@ -2,7 +2,7 @@
import { propertyGroups } from "stylelint-config-clean-order";
// TODO: Typer tout ça
/** @type {Array<StylelintConfigCleanOrderPropertyGroup>} */
const propertiesOrder = propertyGroups.map(properties => ({
emptyLineBefore: "never",
noEmptyLineBetween: true,