mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RelatedArticles
synced 2024-12-04 04:38:28 +00:00
15 lines
180 B
JSON
15 lines
180 B
JSON
|
{
|
||
|
"extends": "../../.eslintrc.json",
|
||
|
"env": {
|
||
|
"es6": true,
|
||
|
"mocha": true,
|
||
|
"node": true
|
||
|
},
|
||
|
"parserOptions": {
|
||
|
"ecmaVersion": 6
|
||
|
},
|
||
|
"globals": {
|
||
|
"browser": false
|
||
|
}
|
||
|
}
|