mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ReplaceText
synced 2024-11-15 02:53:52 +00:00
a316c0f08f
The core module 'mediawiki.special.search' contains more functions which are not needed here and which causes an error message in the JavaScript console. (T211384) This change copies the used part of module 'mediawiki.special.search' to the local module 'ext.ReplaceText'. The CSS file for the style module 'ext.ReplaceTextStyles' is renamed from ext.ReplaceText.css to ext.ReplaceTextStyles.css to make ext.ReplaceText.css free for the CSS part of module 'ext.ReplaceText'. Bug: T211384 Change-Id: I41225ccdf8a95a7c501fb6eea99abbd08353f4ea
7 lines
87 B
JSON
7 lines
87 B
JSON
{
|
|
"extends": "stylelint-config-wikimedia",
|
|
"rules": {
|
|
"selector-max-id": null
|
|
}
|
|
}
|