This ensures that each repository's "npm test" command is fully independent of wherever it might be in the filesystem. Bug: T206485 Change-Id: I5ec93fff138f9821e151b28f6ecd9f891e4912c6
12 lines
126 B
JSON
12 lines
126 B
JSON
{
|
|
"root": true,
|
|
"extends": [
|
|
"wikimedia/client",
|
|
"wikimedia/jquery"
|
|
],
|
|
"globals": {
|
|
"mw": false,
|
|
"OO": false
|
|
}
|
|
}
|