mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TextExtracts
synced 2024-11-13 18:07:03 +00:00
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
This commit is contained in:
parent
870742e389
commit
defcf9ae8c
|
@ -1,3 +1,4 @@
|
||||||
{
|
{
|
||||||
|
"root": true,
|
||||||
"extends": "wikimedia"
|
"extends": "wikimedia"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue