mediawiki-extensions-AJAXPoll/.eslintrc.json
Kunal Mehta 3c041e0216 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: Ibe5d48a9b16454f21ebd38cd44169c9e36523925
2018-12-17 18:52:45 -08:00

13 lines
147 B
JSON

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