mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RelatedArticles
synced 2024-11-24 00:05:50 +00:00
2665e3c319
For now it is limited to a single file RelatedPagesGateway.js For now @types/jquery is requirement due to use of wikimedia/mw-node-qunit and usage of MediaWiki core methods and OOUI that use jQuery. Change-Id: I370826bb3f521dcb5a68491990571ee1c87117ae
23 lines
349 B
JSON
23 lines
349 B
JSON
{
|
|
"root": true,
|
|
"env": {
|
|
"es6": true,
|
|
"browser": true,
|
|
"commonjs": true
|
|
},
|
|
"extends": [
|
|
"wikimedia/client-es6",
|
|
"wikimedia/jquery",
|
|
"wikimedia/mediawiki"
|
|
],
|
|
"parserOptions": {
|
|
"ecmaVersion": 6
|
|
},
|
|
"rules": {
|
|
"jsdoc/no-undefined-types": "off",
|
|
"no-implicit-globals": "off",
|
|
"max-len": "off",
|
|
"compat/compat": "warn"
|
|
}
|
|
}
|