mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CookieWarning
synced 2024-11-23 13:56:53 +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: I154827ec97a7d379a42e3fbb04d562b1a844975c
This commit is contained in:
parent
a9330a9591
commit
4c52bdcfdf
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"root": true,
|
||||
"extends": "wikimedia",
|
||||
"env": {
|
||||
"browser": true,
|
||||
|
|
Loading…
Reference in a new issue