summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/UploadWizard/.stylelintrc.json
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/extensions/UploadWizard/.stylelintrc.json')
-rw-r--r--www/wiki/extensions/UploadWizard/.stylelintrc.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/www/wiki/extensions/UploadWizard/.stylelintrc.json b/www/wiki/extensions/UploadWizard/.stylelintrc.json
new file mode 100644
index 00000000..3282735b
--- /dev/null
+++ b/www/wiki/extensions/UploadWizard/.stylelintrc.json
@@ -0,0 +1,7 @@
+{
+ "extends": "stylelint-config-wikimedia",
+ "rules": {
+ "selector-max-id": null,
+ "no-descending-specificity": null
+ }
+}