X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=.stylelintrc;h=27e289d4303c5c145e4597e7298c40b62b9a6946;hb=b95f7a6b07a3e3c0102693659c0d3cdb400e8e87;hp=63251825f926b7dc7f62a882bb2d29acd6af3777;hpb=9d554db51aede76d94266ae5a5e0f5ae79101de4;p=lhc%2Fweb%2Fwiklou.git diff --git a/.stylelintrc b/.stylelintrc index 63251825f9..27e289d430 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -1,16 +1,8 @@ { "extends": "stylelint-config-wikimedia", "rules": { - "declaration-no-important": 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 } }