@@ -1,5 +1,4 @@
{
- "browser": true,
"esnext": true,
"immed": true,
"loopfunc": true,
"expr": true,
@@ -3,6 +3,8 @@
* For licensing, see LICENSE.md.
*/
+/* globals document */
+
import ClassicTestEditor from '/tests/core/_utils/classictesteditor.js';
import Headings from '/ckeditor5/headings/headings.js';
import HeadingsEngine from '/ckeditor5/headings/headingsengine.js';
@@ -3,7 +3,7 @@
-/* global console:false */
+/* globals console:false, document, window */
import ClassicEditor from '/ckeditor5/editor-classic/classic.js';