X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=.stylelintrc;h=27e289d4303c5c145e4597e7298c40b62b9a6946;hb=b468faa362dff6b0ad6dd6046082a890b9580f30;hp=5a7b29fe3ad7c2868c0ac290ca222acef220ef6c;hpb=50f1de243986a1d006fb4500fb19e5fa88cce336;p=lhc%2Fweb%2Fwiklou.git diff --git a/.stylelintrc b/.stylelintrc index 5a7b29fe3a..27e289d430 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -1,15 +1,8 @@ { "extends": "stylelint-config-wikimedia", "rules": { - "declaration-no-important": null, - "no-descending-specificity": null, - "selector-no-id": null, - "selector-pseudo-element-colon-notation": null, - - "string-quotes": null, - - "value-keyword-case": null + "selector-no-id": null } }