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