13 lines
308 B
JSON
13 lines
308 B
JSON
{
|
|
"extends": "stylelint-config-wikimedia",
|
|
"rules": {
|
|
"color-named": null,
|
|
"declaration-no-important": null,
|
|
"font-family-no-missing-generic-family-keyword": null,
|
|
"no-descending-specificity": null,
|
|
"no-duplicate-selectors": null,
|
|
"selector-class-pattern": null,
|
|
"selector-max-id": null
|
|
}
|
|
}
|