corvée(stylelint) Corrige la configuration

This commit is contained in:
gcch 2024-08-14 09:39:06 +02:00
commit 1bd8ced70a
3 changed files with 5 additions and 4 deletions

8
stylelint.d.ts vendored
View file

@ -1,8 +0,0 @@
/**
* Définition d'un groupe de Propriétés _CSS_ du plugin `stylelint-config-clean-order` pour _Stylelint_.
*/
type StylelintConfigCleanOrderPropertyGroup = {
emptyLineBefore: "never" | "threshold";
noEmptyLineBetween: boolean;
properties: string | Array<string>;
};