From d20296227072363fdbf5e79aa8ead6290dd9d295 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Mon, 17 Dec 2018 18:56:16 -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: I62045d358d1fec2df9d7558dc3f79f740813bef0 --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 621881b..94bc2cb 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,4 +1,5 @@ { + "root": true, "extends": [ "wikimedia/client", "wikimedia/jquery"