mirror of https://github.com/rspamd/rspamd.git
Rapid spam filtering system
https://rspamd.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
480 B
18 lines
480 B
{
|
|
"extends": "stylelint-config-standard",
|
|
"ignoreFiles": [
|
|
"**/*.min.css",
|
|
"**/*.min.js",
|
|
"interface/css/d3evolution.css",
|
|
"interface/css/nprogress.css",
|
|
"interface/css/prism.css"
|
|
],
|
|
"rules": {
|
|
"at-rule-empty-line-before": null,
|
|
"color-hex-length": null,
|
|
"comment-empty-line-before": null,
|
|
"indentation": 4,
|
|
"number-leading-zero": null,
|
|
"rule-empty-line-before": null
|
|
}
|
|
}
|