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: I62045d358d1fec2df9d7558dc3f79f740813bef0
This commit is contained in:
Kunal Mehta 2018-12-17 18:56:16 -08:00
parent 54e468e3b9
commit d202962270
1 changed files with 1 additions and 0 deletions

View File

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