Stackedit/.stylelintrc

7 lines
136 B
Plaintext
Raw Permalink Normal View History

2017-07-23 18:42:08 +00:00
{
"processors": ["stylelint-processor-html"],
"extends": "stylelint-config-standard",
"rules": {
"no-empty-source": null
}
}