Skip to content

Commit 415f089

Browse files
committed
fix stylelint config
1 parent d05ce84 commit 415f089

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.stylelintrc.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@wordpress/stylelint-config",
2+
"extends": "@wordpress/stylelint-config/scss",
33
"rules": {
44
"at-rule-empty-line-before": null,
55
"at-rule-no-unknown": null,
@@ -9,6 +9,10 @@
99
"no-descending-specificity": null,
1010
"rule-empty-line-before": null,
1111
"selector-class-pattern": null,
12-
"value-keyword-case": null
12+
"value-keyword-case": null,
13+
"scss/at-import-partial-extension": null,
14+
"scss/no-global-function-names": null,
15+
"scss/at-if-closing-brace-newline-after": null,
16+
"scss/at-if-closing-brace-space-after": null
1317
}
1418
}

0 commit comments

Comments
 (0)