mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-17 03:08:12 +00:00
b079031b0a
Add a skin-night-mode-page-disabled class to the HTML element when a page was disabled by the new MinervaNightModeOptions configuration flag. Bug: T356653 Change-Id: I7a6582ef8f66e78cc6f07da06bc4d2a3277cfcf0
19 lines
266 B
JSON
19 lines
266 B
JSON
{
|
|
"root": true,
|
|
"extends": [
|
|
"../../resources/.eslintrc"
|
|
],
|
|
"parserOptions": {
|
|
"ecmaVersion": 2018
|
|
},
|
|
"rules": {
|
|
"es-x/no-rest-spread-properties": "off",
|
|
"es-x/no-async-functions": "off"
|
|
},
|
|
"env": {
|
|
"es6": true,
|
|
"node": true,
|
|
"jest": true
|
|
}
|
|
}
|