From defcf9ae8cb50bd7ccec2e319ad43da59ff51ba0 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Mon, 17 Dec 2018 18:58:48 -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: I370cbae95ae15c546f6d70fcab50a4506e129ef1 --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index e2131d2..8839664 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,3 +1,4 @@ { + "root": true, "extends": "wikimedia" }