mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-05-24 12:21:53 +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() {
|
async function create() {
|
||||||
// eslint-disable-next-line import/extensions
|
|
||||||
const monaco = await import('./main.js');
|
const monaco = await import('./main.js');
|
||||||
|
|
||||||
monaco.editor.create(document.querySelector('.editor'), {
|
monaco.editor.create(document.querySelector('.editor'), {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue