From 38e61fc7be2c42a221d8cfd9ffe69c57b2a005fa Mon Sep 17 00:00:00 2001 From: Remco Haszing Date: Tue, 23 Nov 2021 15:00:08 +0100 Subject: [PATCH] Remove unused eslint-disable comment --- examples/monaco-editor-webpack-plugin/index.js | 1 - 1 file changed, 1 deletion(-) 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'), {