corvée(stylelint) Corrige la configuration
This commit is contained in:
parent
692407c1f7
commit
1bd8ced70a
3 changed files with 5 additions and 4 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
import { propertyGroups } from "stylelint-config-clean-order";
|
||||
|
||||
/** @type {Array<StylelintConfigCleanOrderPropertyGroup>} */
|
||||
/** @type {Array<import("./lib/stylelint.js").StylelintConfigCleanOrderPropertyGroup>} */
|
||||
const propertiesOrder = propertyGroups.map(properties => ({
|
||||
emptyLineBefore: "never",
|
||||
noEmptyLineBetween: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue