mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeMirror
synced 2024-11-23 22:03:28 +00:00
b5a2b5deec
This ensures that each repository's "npm test" command is fully independent of wherever it might be in the filesystem. Bug: T206485 Change-Id: I7f96f21d586e198abbeb965471dec620abecd845
17 lines
190 B
JSON
17 lines
190 B
JSON
{
|
|
"root": true,
|
|
"extends": "wikimedia",
|
|
"env": {
|
|
"browser": true
|
|
},
|
|
"globals": {
|
|
"CodeMirror": false,
|
|
"mw": false,
|
|
"$": false,
|
|
"OO": false
|
|
},
|
|
"rules": {
|
|
"max-len": 0
|
|
}
|
|
}
|