From f2ce7bb7e28c0568f36b0982f5d542b72d565530 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Mon, 17 Dec 2018 18:52:49 -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: I4b9598d41b2fe01703b89914f9c1a470ed1a9cf2 --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index e8c5bc83b..c47c6ae63 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,4 +1,5 @@ { + "root": true, "extends": [ "wikimedia/client", "wikimedia/jquery"