mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RelatedArticles
synced 2024-11-27 17:50:25 +00:00
6a0d64d3f0
Bundle these with the module that needs it instead, this means 1. It is naturally only downloaded on pages where it is needed. 2. It doesn't block download/parse/render of the article HTML. 3. It doesn't delay time to mw.loader.load() for interactive functionality. Bug: T219342 Change-Id: I5c6809392b0621bd0d58049597f6c0306e572607
18 lines
194 B
JSON
18 lines
194 B
JSON
{
|
|
"root": true,
|
|
"extends": [
|
|
"wikimedia/client",
|
|
"wikimedia/jquery"
|
|
],
|
|
"env": {
|
|
"commonjs": true
|
|
},
|
|
"globals": {
|
|
"mw": false,
|
|
"OO": false
|
|
},
|
|
"rules": {
|
|
"max-len": "off"
|
|
}
|
|
}
|