mediawiki-extensions-Tabber.../.eslintrc.json
alistair3149 bb110c6d98
feat: rewrite Javascript implementation
To ensure easier development and maintenance, IE support is dropped to allow
modern Javascript features. The old tabber module is rewritten into newer
standard and using classes to ensure proper scoping.
2024-05-25 00:33:22 -04:00

7 lines
57 B
JSON

{
"root": true,
"extends": [
"wikimedia/server"
]
}