mediawiki-extensions-TextEx.../.eslintrc.json
Kunal Mehta defcf9ae8c 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
2018-12-17 18:58:48 -08:00

5 lines
43 B
JSON

{
"root": true,
"extends": "wikimedia"
}