Make sure Swift store operations close the source file handle
[lhc/web/wiklou.git] / .stylelintrc
index e200786..27e289d 100644 (file)
@@ -1,21 +1,8 @@
 {
        "extends": "stylelint-config-wikimedia",
        "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
+               "selector-no-id": null
        }
 }