Skip to content

Commit 0a7749c

Browse files
committed
Chore: remove unused eslint-disable comment
1 parent c0e80c3 commit 0a7749c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/html/parser.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ export class Parser {
332332
* Handle the start tag token.
333333
* @param token The token to handle.
334334
*/
335-
protected StartTag(token: StartTag): void { //eslint-disable-line complexity
335+
protected StartTag(token: StartTag): void {
336336
debug("[html] StartTag %j", token)
337337

338338
this.closeCurrentElementIfNecessary(token.name)

0 commit comments

Comments
 (0)