X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=.stylelintrc;h=27e289d4303c5c145e4597e7298c40b62b9a6946;hb=953f5c47fe05f158a724f927204315f23dc7f175;hp=b7e81d0ca96269a28eafe89036b36089980ad64e;hpb=a5fe8e0813fd2e0a2c479c9f7c0573cb72835d6b;p=lhc%2Fweb%2Fwiklou.git diff --git a/.stylelintrc b/.stylelintrc index b7e81d0ca9..27e289d430 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -1,23 +1,8 @@ { "extends": "stylelint-config-wikimedia", "rules": { - "declaration-block-no-duplicate-properties": null, - "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-class-parentheses-space-inside": null, - "selector-pseudo-element-colon-notation": null, - - "string-quotes": null, - "value-keyword-case": null + "selector-no-id": null } }