stackedit/.stylelintrc

7 lines
136 B
Plaintext
Raw Permalink Normal View History

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