VectorGOLEM/.stylelintrc.json

9 lines
177 B
JSON

{
"extends": "stylelint-config-wikimedia",
"rules": {
"selector-max-id": null,
"no-descending-specificity": null,
"declaration-property-unit-disallowed-list": null
}
}