Fix linting issues

This commit is contained in:
sadick254 2021-07-28 22:31:35 +03:00
parent 6da0f025b1
commit fadf565b30
No known key found for this signature in database
GPG Key ID: FB51CF448C1FD089

View File

@ -24,9 +24,12 @@ class DummyElement extends HTMLElement {
}
}
window.customElements.define('text-editor-component-test-element', DummyElement)
window.customElements.define(
'text-editor-component-test-element',
DummyElement
);
document.createElement('text-editor-component-test-element')
document.createElement('text-editor-component-test-element');
const editors = [];
let verticalScrollbarWidth, horizontalScrollbarHeight;