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: Ic4e3051e2a74b7576f27f076b043d3046761c4b1
This commit is contained in:
Kunal Mehta 2018-12-17 18:56:04 -08:00
parent ecdf65ad19
commit 1cd89bbd50

View file

@ -1,4 +1,5 @@
{
"root": true,
"extends": "wikimedia",
"env": {
"browser": true