mediawiki-extensions-Scribunto/.eslintrc.json
Kunal Mehta cb079ac995 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: I73ecfa85451fe8e0d5777d2988d54624be549a6d
2018-12-17 18:58:09 -08:00

12 lines
121 B
JSON

{
"root": true,
"extends": "wikimedia",
"env": {
"browser": true
},
"globals": {
"mw": false,
"$": false
}
}