511ccc3d78
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: I3200969a13644b6f50f1aa18433ca6f0bfb7cecf
7 lines
124 B
JSON
7 lines
124 B
JSON
{
|
|
"extends": "stylelint-config-wikimedia",
|
|
"rules": {
|
|
"selector-max-id": null,
|
|
"no-descending-specificity": null
|
|
}
|
|
}
|