mediawiki-extensions-TitleB.../.eslintrc.json
Kunal Mehta 559766117f 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: Ied1bfbb0d0850f1e85a2b49c1009beb002e9f66e
2018-12-17 18:59:01 -08:00

12 lines
126 B
JSON

{
"root": true,
"extends": [
"wikimedia/client",
"wikimedia/jquery"
],
"globals": {
"mw": false,
"OO": false
}
}