Skip to content

Commit ce200ea

Browse files
authored
Merge pull request #248 from humanmade/commit-package-lock-file
2 parents 86069a1 + 1332f24 commit ce200ea

File tree

3 files changed

+2318
-6
lines changed

3 files changed

+2318
-6
lines changed

packages/stylelint-config/.stylelintrc.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"extends": [
3-
"stylelint-config-wordpress/scss"
3+
"@wordpress/stylelint-config/scss"
44
],
55
"rules": {
66
"comment-empty-line-before": [
@@ -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)