Skip to content

Commit b34db66

Browse files
...or rather downgrade stylelint a bit
1 parent 7657298 commit b34db66

3 files changed

Lines changed: 112 additions & 61 deletions

File tree

apps/demos/.stylelintrc.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"declaration-block-no-redundant-longhand-properties": [ true, { "severity": "warning" }],
1818
"media-feature-range-notation": null,
1919
"selector-not-notation": null,
20-
"color-function-alias-notation": null,
21-
"no-invalid-position-declaration": null
20+
"color-function-alias-notation": null
2221
}
2322
}

apps/demos/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
"rollup": "4.22.4",
143143
"serve-index": "1.9.1",
144144
"serve-static": "1.16.2",
145-
"stylelint": "16.25.0",
145+
"stylelint": "16.22.0",
146146
"stylelint-config-recommended-vue": "1.6.1",
147147
"stylelint-config-standard": "39.0.1",
148148
"systemjs-builder": "0.16.15",

0 commit comments

Comments
 (0)