mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-05-19 04:08:48 +00:00
Remove unused eslint-disable comment
This commit is contained in:
parent
934eb8d1e3
commit
38e61fc7be
1 changed files with 0 additions and 1 deletions
|
|
@ -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'), {
|
||||
|
|
|
|||
Loading…
Reference in a new issue