mediawiki-skins-MinervaNeue/tests/jest/.eslintrc.json
Jon Robson b079031b0a Send a toast notification if night mode is not available
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
2024-02-14 01:51:23 +00:00

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
}
}