@@ -3,6 +3,9 @@
* For licensing, see LICENSE.md.
*/
+/* eslint-env commonjs */
+/* globals window, document, console */
+
const ClassicEditor = require( '../../build/ckeditor' );
ClassicEditor.create( document.querySelector( '#editor' ) )
@@ -3,6 +3,8 @@
import ClassicEditor from '../../build/ckeditor';