From 46f3ca653c77e1e43259b08e94ea15dbedbfb395 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Mon, 17 Dec 2018 18:58:01 -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: I5de716c50becf448bf7a1dc4f4fcbf322e47b11c --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 9769a95f..6e402e12 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,4 +1,5 @@ { + "root": true, "extends": [ "wikimedia/client", "wikimedia/jquery"