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: I5ec93fff138f9821e151b28f6ecd9f891e4912c6
This commit is contained in:
Kunal Mehta
2018-12-17 18:59:21 -08:00
parent 6c9f718058
commit 68419f70ed

View File

@@ -1,4 +1,5 @@
{ {
"root": true,
"extends": [ "extends": [
"wikimedia/client", "wikimedia/client",
"wikimedia/jquery" "wikimedia/jquery"