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