stylelint: drop selector-pseudo-element-colon-notation exception and make pass
[lhc/web/wiklou.git] / .stylelintrc
index e200786..93f136b 100644 (file)
@@ -3,18 +3,9 @@
        "rules": {
                "declaration-no-important": null,
 
-               "indentation": null,
-
                "no-descending-specificity": null,
-               "no-duplicate-selectors": null,
-
-               "number-leading-zero": null,
 
-               "selector-list-comma-newline-after": null,
                "selector-no-id": null,
-               "selector-pseudo-element-colon-notation": null,
-
-               "string-quotes": null,
 
                "value-keyword-case": null
        }