Merge "Add hook for cleaning up data that depends on purged recentchanges rows"
[lhc/web/wiklou.git] / .stylelintrc
index 41702aa..27e289d 100644 (file)
@@ -1,18 +1,8 @@
 {
        "extends": "stylelint-config-wikimedia",
        "rules": {
-               "declaration-no-important": null,
-
-               "indentation": null,
-
                "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
+               "selector-no-id": null
        }
 }