mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-16 02:51:50 +00:00
11 lines
123 B
JSON
11 lines
123 B
JSON
|
{
|
||
|
"extends": "../.eslintrc.json",
|
||
|
"env": {
|
||
|
"es6": true,
|
||
|
"node": true
|
||
|
},
|
||
|
"parserOptions": {
|
||
|
"ecmaVersion": 6
|
||
|
}
|
||
|
}
|