mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 09:26:05 +00:00
c9d1faeb6d
This ensures that each repository's "npm test" command is fully independent of wherever it might be in the filesystem. Bug: T206485 Change-Id: I3073faa59bbb6606120f8ea52b0ebad66094d253
15 lines
157 B
JSON
15 lines
157 B
JSON
{
|
|
"root": true,
|
|
"extends": [
|
|
"wikimedia/client",
|
|
"wikimedia/jquery"
|
|
],
|
|
"globals": {
|
|
"OO": false,
|
|
"mw": false
|
|
},
|
|
"rules": {
|
|
"max-len": 0
|
|
}
|
|
}
|