mediawiki-extensions-Cookie.../.eslintrc.json
Kunal Mehta 4c52bdcfdf 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
2018-12-17 18:54:41 -08:00

12 lines
132 B
JSON

{
"root": true,
"extends": "wikimedia",
"env": {
"browser": true,
"jquery": true
},
"globals": {
"mediaWiki": false
}
}