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