VectorGOLEM/.stylelintrc

8 lines
123 B
Plaintext

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