mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RelatedArticles
synced 2024-12-03 20:36:50 +00:00
a40cfcb134
Additional changes: * Remove all Ruby artifacts * Update eslint to allow es6 in tests Bug: T164024 Change-Id: If6c8d32df042b831d52440963606a47c8ce7b552
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
|
|
}
|
|
}
|