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: I370cbae95ae15c546f6d70fcab50a4506e129ef1
This commit is contained in:
Kunal Mehta 2018-12-17 18:58:48 -08:00
parent 870742e389
commit defcf9ae8c

View file

@ -1,3 +1,4 @@
{
"root": true,
"extends": "wikimedia"
}