mediawiki-extensions-Confir.../.eslintrc.json
Kunal Mehta cd4d4d4e0d 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: Iebfa9170180764ebcf02268c14a2f85a9eaf17b1
2018-12-17 18:54:31 -08:00

12 lines
121 B
JSON

{
"root": true,
"extends": "wikimedia",
"env": {
"browser": true
},
"globals": {
"mw": false,
"$": false
}
}