diff --git a/examples/monaco-editor-webpack-plugin/index.js b/examples/monaco-editor-webpack-plugin/index.js index ba237e0..80fe7f0 100644 --- a/examples/monaco-editor-webpack-plugin/index.js +++ b/examples/monaco-editor-webpack-plugin/index.js @@ -4,7 +4,6 @@ boolean: true `; async function create() { - // eslint-disable-next-line import/extensions const monaco = await import('./main.js'); monaco.editor.create(document.querySelector('.editor'), {