{
"processors": ["stylelint-processor-html"],
"extends": [
"stylelint-config-standard",
"stylelint-config-recommended-scss"
],
"plugins": [
"stylelint-scss"
],
"rules": {
"no-empty-source": null,
"at-rule-no-unknown": null,
"function-name-case": null
}
}