We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3750669 commit 5bac379Copy full SHA for 5bac379
packages/app/src/app/components/CodeEditor/CodeMirror/index.js
@@ -15,6 +15,7 @@ import 'codemirror/addon/lint/lint';
15
import FuzzySearch from '../FuzzySearch';
16
import { Container, CodeContainer } from './elements';
17
18
+// eslint-disable-next-line
19
import LinterWorker from 'worker-loader?name=monaco-linter.[hash].worker.js!../Monaco/workers/linter';
20
21
import type { Props, Editor } from '../types';
0 commit comments