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: I6d8efcd3e4a31461c18c7fe20a3de932ef0a35a5
This commit is contained in:
Kunal Mehta 2018-12-17 18:59:48 -08:00
parent 0e43c4c40d
commit 7ec8e46e7a

View file

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