mediawiki-extensions-Math/tests/api-testing/.eslintrc.json
Moritz Schubotz (physikerwelt) 7c41bc19f8 Add mathoid check endpoint to REST API
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
2020-06-01 12:11:24 -07:00

18 lines
221 B
JSON

{
"root": true,
"extends": [
"wikimedia/server",
"wikimedia/node",
"wikimedia/language/es2017"
],
"env": {
"mocha": true
},
"parserOptions": {
"ecmaVersion": 2018
},
"rules": {
"camelcase": "off"
}
}