File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,6 @@ import { ParseError } from "./errors"
88import { HasLocation } from "./locations"
99import { Token } from "./tokens"
1010
11- /*eslint-disable @mysticatea/ts/no-use-before-define */
12-
1311//------------------------------------------------------------------------------
1412// Common
1513//------------------------------------------------------------------------------
@@ -844,5 +842,3 @@ export interface VDocumentFragment
844842 parent : null
845843 children : ( VElement | VText | VExpressionContainer ) [ ]
846844}
847-
848- /*eslint-enable @mysticatea/ts/no-use-before-define */
Original file line number Diff line number Diff line change @@ -568,7 +568,6 @@ describe("Basic tests", () => {
568568 }
569569 const linter = new Linter ( )
570570
571- //eslint-disable-next-line no-shadow
572571 linter . defineRule ( "test-rule" , context =>
573572 context . parserServices . defineTemplateBodyVisitor ( {
574573 "VElement[name='div']" ( node ) {
You can’t perform that action at this time.
0 commit comments