mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Thanks
synced 2024-11-15 02:54:23 +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: Ibe3da677dd01ef7afa0d3afe8de974f0f11bd313
This commit is contained in:
parent
400fcb7d55
commit
3fa1bc1ac3
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"root": true,
|
||||
"extends": "wikimedia",
|
||||
"env": {
|
||||
"browser": true
|
||||
|
|
Loading…
Reference in a new issue