X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=.stylelintrc;h=27e289d4303c5c145e4597e7298c40b62b9a6946;hp=5c01b67427e491ef2a7663d8bd8537d11011ea21;hb=f44275ec1f2d243563b60041b7a29052f60bda24;hpb=404cc8fdf6f64cccb03feedb118b20ff9e470633 diff --git a/.stylelintrc b/.stylelintrc index 5c01b67427..27e289d430 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -1,19 +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-element-colon-notation": null, - - "string-quotes": null, - "value-keyword-case": null + "selector-no-id": null } }