{
"plugins": [
"stylelint-scss"
],
"extends": "stylelint-config-standard",
"rules": {
"rule-empty-line-before": null,
"at-rule-empty-line-before": null,
"block-no-empty": null,
"no-descending-specificity": null,
"at-rule-no-unknown": null,
"scss/at-rule-no-unknown": true
}
}