Skip to content

Commit f484f4d

Browse files
committed
Update deprecated rules to new rule names
1 parent 01e196d commit f484f4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/stylelint-config/.stylelintrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"declaration-block-semicolon-newline-after": "always-multi-line",
1515
"declaration-block-single-line-max-declarations": 4,
1616
"declaration-no-important": true,
17-
"declaration-property-unit-blacklist": {
17+
"declaration-property-unit-disallowed-list": {
1818
"font-size": [ "px" ]
1919
},
20-
"declaration-property-unit-whitelist": {
20+
"declaration-property-unit-allowed-list": {
2121
"animation": [ "ms" ],
2222
"animation-delay": [ "ms" ],
2323
"animation-duration": [ "ms" ],

0 commit comments

Comments
 (0)