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.
27 lines
758 B
27 lines
758 B
{
|
|
"extends": "stylelint-config-standard",
|
|
"overrides": [
|
|
{
|
|
"files": ["**/*.html"],
|
|
"customSyntax": "postcss-html"
|
|
}
|
|
],
|
|
"ignoreFiles": [
|
|
"**/*.min.css",
|
|
"**/*.js",
|
|
"interface/css/d3evolution.css",
|
|
"interface/css/codejar-linenumbers.css",
|
|
"interface/css/nprogress.css",
|
|
"interface/css/prism.css"
|
|
],
|
|
"rules": {
|
|
"alpha-value-notation": null,
|
|
"at-rule-empty-line-before": null,
|
|
"color-hex-length": null,
|
|
"comment-empty-line-before": null,
|
|
"media-feature-range-notation": "prefix",
|
|
"property-no-vendor-prefix": null,
|
|
"rule-empty-line-before": null,
|
|
"value-no-vendor-prefix": null
|
|
}
|
|
}
|