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: I5de716c50becf448bf7a1dc4f4fcbf322e47b11c
This commit is contained in:
Kunal Mehta 2018-12-17 18:58:01 -08:00
parent bca6e60cfe
commit 46f3ca653c

View file

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