add newline-after-var rule to eslint config
This commit is contained in:
@@ -16,6 +16,7 @@ describe('code block highlight', () => {
|
||||
|
||||
const createEditorEl = () => {
|
||||
const editorEl = document.createElement('div')
|
||||
|
||||
editorEl.classList.add(editorElClass)
|
||||
|
||||
document.body.appendChild(editorEl)
|
||||
|
||||
Reference in New Issue
Block a user