storefront/.stylelintrc.json
renovate[bot] 9e20f808a5
Update dependency @wordpress/scripts to v20 (#1887)
* 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>
2022-02-03 16:31:14 +01:00

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
}
}