VectorGOLEM/.stylelintrc.json

8 lines
124 B
JSON

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