From 934eb8d1e302d2e2fffa117b3d0e1b78cd42baf7 Mon Sep 17 00:00:00 2001 From: Remco Haszing Date: Sat, 20 Nov 2021 12:23:11 +0100 Subject: [PATCH] Fix ESLint issues --- examples/monaco-editor-webpack-plugin/editor.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/monaco-editor-webpack-plugin/editor.js b/examples/monaco-editor-webpack-plugin/editor.js index 238aa0d..95aaba3 100644 --- a/examples/monaco-editor-webpack-plugin/editor.js +++ b/examples/monaco-editor-webpack-plugin/editor.js @@ -1,7 +1,5 @@ -// eslint-disable-next-line import/extensions import * as monaco from 'monaco-editor/esm/vs/editor/editor.api.js'; -// eslint-disable-next-line import/extensions export { editor } from 'monaco-editor/esm/vs/editor/editor.api.js'; export { setDiagnosticsOptions } from 'monaco-yaml'; export default monaco;