mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-12 01:08:39 +00:00
4ca333e577
...with the wikimedia presets. For automatically fixing most of the JS lint problems run grunt eslint:fix Some rules of stylelint were disabled given they cause problems with existing popups code (like no id selectors for example). Change-Id: I2153047c3ddbea50572dd329989088bb20787515
9 lines
154 B
Plaintext
9 lines
154 B
Plaintext
{
|
|
"extends": "stylelint-config-wikimedia",
|
|
"rules": {
|
|
"selector-no-id": null,
|
|
"length-zero-no-unit": null,
|
|
"no-descending-specificity": null
|
|
}
|
|
}
|