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: I60b236c249ab7602f474f5d6d4f5e94a8446c11c
This commit is contained in:
Kunal Mehta 2018-12-17 18:54:08 -08:00
parent 6aa0a7016a
commit f1a81a1370

View file

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