From: WMDE-Fisch Date: Thu, 17 Aug 2017 15:01:56 +0000 (+0200) Subject: Use json extension for .stylelintrc X-Git-Tag: 1.31.0-rc.0~2364^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=commitdiff_plain;h=4e076701a07b037748fad538bf8b44f7aa398670;p=lhc%2Fweb%2Fwiklou.git Use json extension for .stylelintrc Bug: T173516 Change-Id: I19e00ca6503b0212642bdb3a4735e0a52e43d670 --- diff --git a/.stylelintrc b/.stylelintrc deleted file mode 100644 index 27e289d430..0000000000 --- a/.stylelintrc +++ /dev/null @@ -1,8 +0,0 @@ -{ - "extends": "stylelint-config-wikimedia", - "rules": { - "no-descending-specificity": null, - - "selector-no-id": null - } -} diff --git a/.stylelintrc.json b/.stylelintrc.json new file mode 100644 index 0000000000..27e289d430 --- /dev/null +++ b/.stylelintrc.json @@ -0,0 +1,8 @@ +{ + "extends": "stylelint-config-wikimedia", + "rules": { + "no-descending-specificity": null, + + "selector-no-id": null + } +}