{
|
|
"extends": "stylelint-config-standard",
|
|
"rules": {
|
|
"at-rule-no-unknown": null,
|
|
"at-rule-empty-line-before": null,
|
|
"selector-list-comma-newline-after": null,
|
|
"block-opening-brace-space-before": null
|
|
}
|
|
}
|