mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-14 19:26:08 +00:00
95c5757ee5
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
15 lines
176 B
JSON
15 lines
176 B
JSON
{
|
|
"root": true,
|
|
"extends": [
|
|
"wikimedia/server",
|
|
"wikimedia/language/es2018"
|
|
],
|
|
"env": {
|
|
"mocha": true,
|
|
"es6": true
|
|
},
|
|
"parserOptions": {
|
|
"ecmaVersion": 9
|
|
}
|
|
}
|