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