Skip to content

Commit a77eacb

Browse files
authored
chore: upgrade stylelint => 13.9.0 (#1432)
1 parent 4ca5626 commit a77eacb

File tree

3 files changed

+638
-439
lines changed

3 files changed

+638
-439
lines changed

.stylelintrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
"unit-case": "lower",
2828
"unit-no-unknown": true,
29-
"unit-whitelist": ["px", "%", "deg", "ms", "em", "rem", "vh", "vv", "s", "ch"],
29+
"unit-allowed-list": ["px", "%", "deg", "ms", "em", "rem", "vh", "vv", "s", "ch"],
3030

3131
"value-list-comma-space-after": "always-single-line",
3232
"value-list-comma-space-before": "never",

0 commit comments

Comments
 (0)