mirror of
https://github.com/c0de-archive/pelican-mg.git
synced 2025-07-30 13:30:17 +00:00
Replacing csslint by stylelint
This commit is contained in:
13
.stylelintrc
Normal file
13
.stylelintrc
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"extends": "stylelint-config-standard",
|
||||
"rules": {
|
||||
"at-rule-empty-line-before": null,
|
||||
"block-closing-brace-newline-before": null,
|
||||
"color-hex-case": null,
|
||||
"max-empty-lines": 2,
|
||||
"no-descending-specificity": null,
|
||||
"indentation": null,
|
||||
"rule-empty-line-before": null,
|
||||
"selector-list-comma-newline-after": null
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user