mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-13 17:49:25 +00:00
15 lines
323 B
JSON
15 lines
323 B
JSON
{
|
|
"extends": "stylelint-config-wikimedia",
|
|
"ignoreFiles": "out/**",
|
|
"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
|
|
}
|
|
}
|