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:
Dan Poltawski 2017-07-19 13:57:07 +01:00
parent 09074c91d0
commit 0a023e5fc7
6 changed files with 443 additions and 1758 deletions

View file

@ -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"]}
],