kandimat-user-app/.stylelintrc

10 lines
204 B
Plaintext
Raw Normal View History

2017-08-13 18:26:20 +02:00
{
"processors": ["stylelint-processor-html"],
"extends": "stylelint-config-standard",
"rules": {
2017-08-25 22:45:04 +02:00
"no-empty-source": null,
2017-08-27 00:50:47 +02:00
"color-hex-case": null,
"comment-empty-line-before": null
2017-08-13 18:26:20 +02:00
}
}