@@ -1,5 +1,4 @@
{
- "browser": true,
"esnext": true,
"immed": true,
"loopfunc": true,
"expr": true,
@@ -3,6 +3,7 @@
* For licensing, see LICENSE.md.
*/
+/* globals document */
/* bender-tags: editor, browser-only */
import ClassicEditorUI from '/ckeditor5/editor-classic/classiceditorui.js';
@@ -3,7 +3,7 @@
-/* global console:false */
+/* globals console:false, document, window */
import ClassicEditor from '/ckeditor5/editor-classic/classic.js';
import testUtils from '/tests/utils/_utils/utils.js';