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
This commit is contained in:
Kunal Mehta 2018-12-17 18:52:49 -08:00
parent 6421187a13
commit f2ce7bb7e2

View file

@ -1,4 +1,5 @@
{
"root": true,
"extends": [
"wikimedia/client",
"wikimedia/jquery"