mirror of
https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue.git
synced 2024-11-27 17:50:55 +00:00
ci: enable ES6 support for ESLint
This commit is contained in:
parent
e9fcf81043
commit
a351a1dce6
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"root": true,
|
"root": true,
|
||||||
"extends": [
|
"extends": [
|
||||||
"wikimedia/client",
|
"wikimedia/client-es6",
|
||||||
"wikimedia/jquery",
|
"wikimedia/jquery",
|
||||||
"wikimedia/mediawiki"
|
"wikimedia/mediawiki"
|
||||||
],
|
],
|
||||||
|
@ -16,5 +16,8 @@
|
||||||
"ResourceLoader's `packageFiles` do not require wrapping but the `module` option is only available in ES6+."
|
"ResourceLoader's `packageFiles` do not require wrapping but the `module` option is only available in ES6+."
|
||||||
],
|
],
|
||||||
"no-implicit-globals": "off"
|
"no-implicit-globals": "off"
|
||||||
|
},
|
||||||
|
"parserOptions": {
|
||||||
|
"ecmaVersion": 11
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue