mediawiki-extensions-Math/.eslintrc.json
AndreG-P 95c5757ee5 Enable popups for annotated math formulae
Enable popup extension for annotated math expressions. The popup shows a short summary of the formula and is generated via the Popup API introduced with I65fcbf25ac5818f6c649daf494c719921247e8f5. It is a follow up of Iefe98c1f0422dbf034e385b1a41a859d030a2cf4.

Bug: T208758
Change-Id: I8c45b7e441083c240bbf2e0217ec219df7dcc351
2022-12-06 06:07:22 +00:00

15 lines
176 B
JSON

{
"root": true,
"extends": [
"wikimedia/server",
"wikimedia/language/es2018"
],
"env": {
"mocha": true,
"es6": true
},
"parserOptions": {
"ecmaVersion": 9
}
}