Remove unused eslint-disable comment

This commit is contained in:
Remco Haszing 2021-11-23 15:00:08 +01:00
parent 934eb8d1e3
commit 38e61fc7be
No known key found for this signature in database
GPG key ID: 40D9F5FE9155FD3C

View file

@ -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'), {