mediawiki-extensions-Cite/tests/qunit/ve-cite/.eslintrc.json
WMDE-Fisch 8b60ead109 Move more editing methods to the EditPanel
Mainly leaving out the event handling for the change detection to
still keep it simple.

Also the data flow back for editing the content is still somewhat
opaque because the relevant data is passed by reference. I might
change that in follow up patches so it's more clear.

Bug: T369005
Change-Id: I93b62791ef10bf318697905af8a0c5b5d438fdb5
2024-07-26 17:45:23 +00:00

7 lines
63 B
JSON

{
"globals": {
"sinon": "readonly",
"ve": "readonly"
}
}