mirror of
https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue.git
synced 2024-11-13 18:37:00 +00:00
20 lines
356 B
JSON
20 lines
356 B
JSON
{
|
|
"root": true,
|
|
"extends": [
|
|
"wikimedia/client-es5",
|
|
"wikimedia/mediawiki"
|
|
],
|
|
"globals": {
|
|
"require": "readonly",
|
|
"module": "readonly"
|
|
},
|
|
"rules": {
|
|
"one-var": "off",
|
|
"//": [
|
|
"off",
|
|
"ResourceLoader's `packageFiles` do not require wrapping but the `module` option is only available in ES6+."
|
|
],
|
|
"no-implicit-globals": "off"
|
|
}
|
|
}
|