aboutsummaryrefslogtreecommitdiffstats
path: root/.stylelintrc.json
diff options
context:
space:
mode:
authorEd Sanders <esanders@wikimedia.org>2017-10-27 13:31:41 +0100
committerEd Sanders <esanders@wikimedia.org>2017-10-27 13:31:41 +0100
commit10644263276ab941b19d2365e16813bd57e9d1f5 (patch)
treeb69dc7c858fb39103554d3f2cb19520bacfc4ab2 /.stylelintrc.json
parent8e58cebbae0f940efcf548bcde85a3b69d133e59 (diff)
downloadmediawikicore-10644263276ab941b19d2365e16813bd57e9d1f5.tar.gz
mediawikicore-10644263276ab941b19d2365e16813bd57e9d1f5.zip
build: Update stylelint
Change-Id: I5a0ccb26a54109e641fd121c6427a71e82e05c74
Diffstat (limited to '.stylelintrc.json')
-rw-r--r--.stylelintrc.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.stylelintrc.json b/.stylelintrc.json
index 27e289d4303c..60c8f36d4806 100644
--- a/.stylelintrc.json
+++ b/.stylelintrc.json
@@ -3,6 +3,6 @@
"rules": {
"no-descending-specificity": null,
- "selector-no-id": null
+ "selector-max-id": null
}
}