mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-13 17:57:06 +00:00
66359e8fa5
Bug: T300561 Change-Id: Ib7c314b094bd823ae233374f63c9094724d6c06f
18 lines
211 B
JSON
18 lines
211 B
JSON
{
|
|
"root": true,
|
|
"extends": [
|
|
"../.eslintrc.json"
|
|
],
|
|
"parserOptions": {
|
|
"ecmaVersion": 2017
|
|
},
|
|
"rules": {
|
|
"es/no-object-assign": "off"
|
|
},
|
|
"env": {
|
|
"es6": true,
|
|
"node": true,
|
|
"jest": true
|
|
}
|
|
}
|