mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-24 07:34:22 +00:00
7c41bc19f8
Expose the math checking service via the REST API. Port the behaviour of the RESTbase check endpoint to a new endpoint that uses the MediaWiki API. * this endpoint does not (yet) provide actual rendering (only checking) * consequently it does not supply the x-resource-location header Bug: T252390 Change-Id: I28bcb9a925953062b43cd3481536784431edcd8a
18 lines
221 B
JSON
18 lines
221 B
JSON
{
|
|
"root": true,
|
|
"extends": [
|
|
"wikimedia/server",
|
|
"wikimedia/node",
|
|
"wikimedia/language/es2017"
|
|
],
|
|
"env": {
|
|
"mocha": true
|
|
},
|
|
"parserOptions": {
|
|
"ecmaVersion": 2018
|
|
},
|
|
"rules": {
|
|
"camelcase": "off"
|
|
}
|
|
}
|