mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RelatedArticles
synced 2024-11-12 01:10:47 +00:00
298790a944
We're going to want to use a newer version of JSHint anyway to support use of ES6 in our browser tests so now seems a good time to do this. Bug: T149202 Change-Id: I5526b020cfc12c0e065ad15ed711a0e3a7bff1bc
18 lines
228 B
JSON
18 lines
228 B
JSON
{
|
|
"extends": "wikimedia",
|
|
"env": {
|
|
"browser": true,
|
|
"jquery": true,
|
|
"qunit": true
|
|
},
|
|
"globals": {
|
|
"mw": false,
|
|
"OO": false,
|
|
"mediaWiki": false,
|
|
"require": false
|
|
},
|
|
"rules": {
|
|
"no-use-before-define": 1
|
|
}
|
|
}
|