manual lint
This commit is contained in:
parent
1654234e32
commit
1c53ac84cc
36 changed files with 204 additions and 107 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { unescape } from 'lodash'
|
||||
import { unescape as ldUnescape } from 'lodash'
|
||||
import { getTagName } from './utility.service.js'
|
||||
|
||||
/**
|
||||
|
|
@ -64,7 +64,7 @@ export const convertHtmlToTree = (html = '') => {
|
|||
|
||||
const handleOpen = (tag) => {
|
||||
const curBuf = getCurrentBuffer()
|
||||
const newLevel = [unescape(tag), []]
|
||||
const newLevel = [ldUnescape(tag), []]
|
||||
levels.push(newLevel)
|
||||
curBuf.push(newLevel)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue