mirror of
https://gitee.com/mafgwo/stackedit
synced 2024-11-16 03:32:40 +08:00
7 lines
136 B
Plaintext
7 lines
136 B
Plaintext
|
{
|
||
|
"processors": ["stylelint-processor-html"],
|
||
|
"extends": "stylelint-config-standard",
|
||
|
"rules": {
|
||
|
"no-empty-source": null
|
||
|
}
|
||
|
}
|