mediawiki-extensions-Catego.../.eslintrc.json
Kunal Mehta 0f6ca05eaf 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: I1cbbf2644fed413b77cd7203450151c3e315c815
2018-12-17 18:53:41 -08:00

12 lines
121 B
JSON

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