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