mediawiki-extensions-PageIm.../.eslintrc.json
Kunal Mehta b058df99b8 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: I81139c50ce9cde87ecf4b52ad688719735d1f154
2018-12-17 18:57:17 -08:00

5 lines
43 B
JSON

{
"root": true,
"extends": "wikimedia"
}