From 0fa185fb7adeb60c4ac76b2e96c0b02f5ea47312 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Mon, 17 Dec 2018 19:02:46 -0800 Subject: [PATCH] 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: Icb98126a5024478784216eb0b04fcbde7cf8421f --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index ed4d6f1..2c3c2d3 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,4 +1,5 @@ { + "root": true, "extends": [ "wikimedia/client", "wikimedia/jquery"