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