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