mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeEditor
synced 2024-11-23 23:03:46 +00:00
f1a81a1370
This ensures that each repository's "npm test" command is fully independent of wherever it might be in the filesystem. Bug: T206485 Change-Id: I60b236c249ab7602f474f5d6d4f5e94a8446c11c
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
|
|
}
|
|
}
|