mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-05 14:22:56 +00:00
2cd16d6012
grunt 1.0.1 → 1.0.2 grunt-banana-checker 0.5.0 → 0.6.0 grunt-eslint 20.0.0 → 20.1.0 grunt-stylelint 0.8.0 → 0.9.0 stylelint 7.8.0 → 8.2.0 stylelint-config-wikimedia 0.4.1 → 0.4.2 Change-Id: I3b1c13f3fe5c4f1f90dd1db658700aecda0d0724
8 lines
124 B
JSON
8 lines
124 B
JSON
{
|
|
"extends": "stylelint-config-wikimedia",
|
|
"rules": {
|
|
"selector-max-id": null,
|
|
"no-descending-specificity": null
|
|
}
|
|
}
|