mirror of
https://github.com/woocommerce/storefront.git
synced 2025-10-03 14:04:42 +08:00
* Update dependency @wordpress/scripts to v20 * Update stylelint config Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com>
21 lines
685 B
JSON
21 lines
685 B
JSON
{
|
|
"extends": "@wordpress/stylelint-config/scss",
|
|
"rules": {
|
|
"at-rule-empty-line-before": null,
|
|
"at-rule-no-unknown": null,
|
|
"comment-empty-line-before": null,
|
|
"declaration-block-no-duplicate-properties": null,
|
|
"declaration-property-unit-allowed-list": null,
|
|
"font-weight-notation": null,
|
|
"max-line-length": null,
|
|
"no-descending-specificity": null,
|
|
"no-duplicate-selectors": null,
|
|
"rule-empty-line-before": null,
|
|
"selector-class-pattern": null,
|
|
"value-keyword-case": null,
|
|
"font-family-no-missing-generic-family-keyword": null,
|
|
"selector-id-pattern": null,
|
|
"scss/selector-no-redundant-nesting-selector": null,
|
|
"scss/no-global-function-names": null
|
|
}
|
|
}
|