8000 fix(experimental-utils): add `endLine` and `endColumn` (#517) · andersk/typescript-eslint@d9e5f15 · GitHub
[go: up one dir, main page]

Skip to content

Commit d9e5f15

Browse files
SimenBbradzacher
authored andcommitted
fix(experimental-utils): add endLine and endColumn (typescript-eslint#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)
0