stylelint: drop selector-pseudo-element-colon-notation exception and make pass
[lhc/web/wiklou.git] / .stylelintrc
index 6325182..93f136b 100644 (file)
@@ -5,11 +5,7 @@
 
                "no-descending-specificity": null,
 
-               "selector-list-comma-newline-after": null,
                "selector-no-id": null,
-               "selector-pseudo-element-colon-notation": null,
-
-               "string-quotes": null,
 
                "value-keyword-case": null
        }