Merge "Add support for PHP7 random_bytes in favor of mcrypt_create_iv"
[lhc/web/wiklou.git] / .stylelintrc
index acb75b1..27e289d 100644 (file)
@@ -1,20 +1,8 @@
 {
        "extends": "stylelint-config-wikimedia",
        "rules": {
-               "declaration-no-important": null,
-
-               "indentation": null,
-
                "no-descending-specificity": null,
-               "no-duplicate-selectors": null,
-
-               "selector-list-comma-newline-after": null,
-               "selector-no-id": null,
-               "selector-pseudo-class-parentheses-space-inside": null,
-               "selector-pseudo-element-colon-notation": null,
-
-               "string-quotes": null,
 
-               "value-keyword-case": null
+               "selector-no-id": null
        }
 }