mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-13 17:49:25 +00:00
51ac47691e
allow visitor to adjust theme, font size, and page width
25 lines
470 B
JSON
25 lines
470 B
JSON
{
|
|
"root": true,
|
|
"extends": [
|
|
"wikimedia/client-es6",
|
|
"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",
|
|
"es/no-object-fromentries": "off",
|
|
"es/no-object-entries": "off"
|
|
},
|
|
"parserOptions": {
|
|
"ecmaVersion": 11
|
|
}
|
|
}
|