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: Ibe3da677dd01ef7afa0d3afe8de974f0f11bd313
This commit is contained in:
Kunal Mehta 2018-12-17 18:58:52 -08:00
parent 400fcb7d55
commit 3fa1bc1ac3

View file

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