We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d05ce84 commit 415f089Copy full SHA for 415f089
1 file changed
.stylelintrc.json
@@ -1,5 +1,5 @@
1
{
2
- "extends": "@wordpress/stylelint-config",
+ "extends": "@wordpress/stylelint-config/scss",
3
"rules": {
4
"at-rule-empty-line-before": null,
5
"at-rule-no-unknown": null,
@@ -9,6 +9,10 @@
9
"no-descending-specificity": null,
10
"rule-empty-line-before": null,
11
"selector-class-pattern": null,
12
- "value-keyword-case": null
+ "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
17
}
18
0 commit comments