mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CookieWarning
synced 2024-11-23 13:56:53 +00:00
4c52bdcfdf
This ensures that each repository's "npm test" command is fully independent of wherever it might be in the filesystem. Bug: T206485 Change-Id: I154827ec97a7d379a42e3fbb04d562b1a844975c
12 lines
132 B
JSON
12 lines
132 B
JSON
{
|
|
"root": true,
|
|
"extends": "wikimedia",
|
|
"env": {
|
|
"browser": true,
|
|
"jquery": true
|
|
},
|
|
"globals": {
|
|
"mediaWiki": false
|
|
}
|
|
}
|