Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d9e5f15

Browse files
SimenBbradzacher
authored andcommittedMay 12, 2019
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
 

‎packages/experimental-utils/src/ts-eslint/RuleTester.ts

Lines changed: 2 additions & 0 deletions
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)
Please sign in to comment.