mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateData
synced 2024-11-13 17:57:11 +00:00
f21a1a0017
This ensures that each repository's "npm test" command is fully independent of wherever it might be in the filesystem. Bug: T206485 Change-Id: I7f51224c618c89e57e472fdeca52dceed4c05263
16 lines
177 B
JSON
16 lines
177 B
JSON
{
|
|
"root": true,
|
|
"extends": [
|
|
"wikimedia/client",
|
|
"wikimedia/jquery"
|
|
],
|
|
"globals": {
|
|
"OO": false,
|
|
"mw": false
|
|
},
|
|
"rules": {
|
|
"valid-jsdoc": 0,
|
|
"max-len": 0
|
|
}
|
|
}
|