mediawiki-extensions-WikiEd.../.eslintrc.json
Kunal Mehta 7ec8e46e7a build: Set "root": true, in .eslintrc.json
This ensures that each repository's "npm test" command is fully
independent of wherever it might be in the filesystem.

Bug: T206485
Change-Id: I6d8efcd3e4a31461c18c7fe20a3de932ef0a35a5
2018-12-17 18:59:48 -08:00

15 lines
157 B
JSON

{
"root": true,
"extends": [
"wikimedia/client",
"wikimedia/jquery"
],
"globals": {
"mw": false,
"OO": false
},
"rules": {
"max-len": 0
}
}