Skip to content

Commit d9e5f15

Browse files
SimenBbradzacher
authored andcommitted
fix(experimental-utils): add endLine and endColumn (#517)
1 parent 2378fca commit d9e5f15

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: packages/experimental-utils/src/ts-eslint/RuleTester.ts

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ interface TestCaseError<TMessageIds extends string> {
3232
type?: AST_NODE_TYPES | AST_TOKEN_TYPES;
3333
line?: number;
3434
column?: number;
35+
endLine?: number;
36+
endColumn?: number;
3537
}
3638

3739
interface RunTests<

0 commit comments

Comments
 (0)