mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-06 19:01:44 +01:00
16 lines
356 B
JSON
16 lines
356 B
JSON
|
{
|
||
|
"extends": [
|
||
|
"stylelint-config-wordpress/scss"
|
||
|
],
|
||
|
"rules": {
|
||
|
"selector-class-pattern": null,
|
||
|
"font-weight-notation": null,
|
||
|
"selector-type-no-unknown": null,
|
||
|
"max-line-length": null,
|
||
|
"at-rule-empty-line-before": null,
|
||
|
"selector-pseudo-element-colon-notation": null,
|
||
|
"number-leading-zero": null,
|
||
|
"no-descending-specificity": null
|
||
|
}
|
||
|
}
|