mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-25 06:47:16 +00:00
5c503063e0
These are pretty wide open rules. Especially "declaration-no-important" and "no-duplicate-selectors" should be re-enabled in the near future. For now these rules ensure stylelint not failing
14 lines
297 B
JSON
14 lines
297 B
JSON
{
|
|
"extends": "stylelint-config-wikimedia",
|
|
"rules": {
|
|
"linebreaks": null,
|
|
"unit-blacklist": null,
|
|
"selector-max-id": 10,
|
|
"declaration-no-important": null,
|
|
"no-descending-specificity": null,
|
|
"time-min-milliseconds": 1,
|
|
"unit-no-unknown": null,
|
|
"no-duplicate-selectors": null
|
|
}
|
|
}
|