mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
MDL-57945 stylelint: use csstree to replace some rules
Ironically we have to reverse the change from e63d89a5
because
this linter is more clever..
This commit is contained in:
parent
09074c91d0
commit
0a023e5fc7
6 changed files with 443 additions and 1758 deletions
|
@ -1,5 +1,9 @@
|
|||
{
|
||||
"plugins": [
|
||||
"stylelint-csstree-validator"
|
||||
],
|
||||
"rules": {
|
||||
"csstree/validator": true,
|
||||
"at-rule-empty-line-before": [ "always",
|
||||
{"except": [ "blockless-after-blockless"], ignore: ["after-comment", "inside-block"]}
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue