mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-15 11:59:33 +00:00
cd4d4d4e0d
This ensures that each repository's "npm test" command is fully independent of wherever it might be in the filesystem. Bug: T206485 Change-Id: Iebfa9170180764ebcf02268c14a2f85a9eaf17b1
12 lines
121 B
JSON
12 lines
121 B
JSON
{
|
|
"root": true,
|
|
"extends": "wikimedia",
|
|
"env": {
|
|
"browser": true
|
|
},
|
|
"globals": {
|
|
"mw": false,
|
|
"$": false
|
|
}
|
|
}
|