mediawiki-extensions-InputBox/.eslintrc.json
Kunal Mehta c9f2c0acd9 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: I7ec8bcdbd17475857bc24e6181453d2ddaf6bd8f
2018-12-17 18:55:53 -08:00

12 lines
132 B
JSON

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