mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Thanks
synced 2024-11-15 10:59:42 +00:00
3fa1bc1ac3
This ensures that each repository's "npm test" command is fully independent of wherever it might be in the filesystem. Bug: T206485 Change-Id: Ibe3da677dd01ef7afa0d3afe8de974f0f11bd313
16 lines
171 B
JSON
16 lines
171 B
JSON
{
|
|
"root": true,
|
|
"extends": "wikimedia",
|
|
"env": {
|
|
"browser": true
|
|
},
|
|
"globals": {
|
|
"mw": false,
|
|
"$": false,
|
|
"OO": false
|
|
},
|
|
"rules": {
|
|
"max-len": "off"
|
|
}
|
|
}
|