wiki.techinc.nl/.stylelintrc.json
Ed Sanders 1064426327 build: Update stylelint
Change-Id: I5a0ccb26a54109e641fd121c6427a71e82e05c74
2017-10-27 13:31:41 +01:00

8 lines
125 B
JSON

{
"extends": "stylelint-config-wikimedia",
"rules": {
"no-descending-specificity": null,
"selector-max-id": null
}
}