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: I154827ec97a7d379a42e3fbb04d562b1a844975c
This commit is contained in:
Kunal Mehta 2018-12-17 18:54:41 -08:00
parent a9330a9591
commit 4c52bdcfdf

View file

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