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: Icb98126a5024478784216eb0b04fcbde7cf8421f
isekai
Kunal Mehta 6 years ago
parent a2474c82fd
commit 0fa185fb7a

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

Loading…
Cancel
Save