mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-13 17:49:25 +00:00
431599cb59
This should make the search clients more readable and easier to expand
32 lines
708 B
JSON
32 lines
708 B
JSON
{
|
|
"root": true,
|
|
"extends": [
|
|
"wikimedia/client-es6",
|
|
"wikimedia/mediawiki"
|
|
],
|
|
"env": {
|
|
"browser": true
|
|
},
|
|
"globals": {
|
|
"exports": true
|
|
},
|
|
"rules": {
|
|
"no-implicit-globals": "warn",
|
|
"es-x/no-async-functions": "warn",
|
|
"es-x/no-object-fromentries": "warn",
|
|
"es-x/no-object-entries": "warn",
|
|
"es-x/no-object-values": "warn",
|
|
"es-x/no-array-prototype-includes": "warn",
|
|
"es-x/no-optional-chaining": "warn",
|
|
"es-x/no-nullish-coalescing-operators": "warn",
|
|
"es-x/no-rest-spread-properties": "warn",
|
|
"es-x/no-symbol-prototype-description": "warn",
|
|
"compat/compat": "warn",
|
|
"mediawiki/class-doc": "off"
|
|
},
|
|
"parserOptions": {
|
|
"ecmaVersion": 11,
|
|
"sourceType": "module"
|
|
}
|
|
}
|