mirror of
https://github.com/WordPress/create-block-theme.git
synced 2025-10-03 16:11:13 +08:00
25 lines
851 B
JSON
25 lines
851 B
JSON
{
|
|
"extends": "@wordpress/stylelint-config/scss",
|
|
"rules": {
|
|
"at-rule-empty-line-before": null,
|
|
"at-rule-no-unknown": null,
|
|
"comment-empty-line-before": null,
|
|
"font-weight-notation": null,
|
|
"max-line-length": null,
|
|
"no-descending-specificity": null,
|
|
"rule-empty-line-before": null,
|
|
"selector-class-pattern": null,
|
|
"value-keyword-case": null,
|
|
"scss/operator-no-unspaced": null,
|
|
"scss/selector-no-redundant-nesting-selector": null,
|
|
"scss/at-import-partial-extension": null,
|
|
"scss/no-global-function-names": null,
|
|
"scss/comment-no-empty": null,
|
|
"scss/at-extend-no-missing-placeholder": null,
|
|
"scss/operator-no-newline-after": null,
|
|
"scss/at-if-closing-brace-newline-after": null,
|
|
"scss/at-else-empty-line-before": null,
|
|
"scss/at-if-closing-brace-space-after": null,
|
|
"no-invalid-position-at-import-rule": null
|
|
}
|
|
}
|