corvée(stylelint) Corrige la configuration
This commit is contained in:
parent
692407c1f7
commit
1bd8ced70a
3 changed files with 5 additions and 4 deletions
8
lib/stylelint.d.ts
vendored
Normal file
8
lib/stylelint.d.ts
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
/**
|
||||
* Définition d'un groupe de Propriétés _CSS_ du plugin `stylelint-config-clean-order` pour _Stylelint_.
|
||||
*/
|
||||
export type StylelintConfigCleanOrderPropertyGroup = {
|
||||
emptyLineBefore: "never" | "threshold";
|
||||
noEmptyLineBetween: boolean;
|
||||
properties: string | Array<string>;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue