Skip to content

Commit

Permalink
fix(experimental-utils): add endLine and endColumn (#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB authored and bradzacher committed May 12, 2019
1 parent 2378fca commit d9e5f15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/experimental-utils/src/ts-eslint/RuleTester.ts
Expand Up @@ -32,6 +32,8 @@ interface TestCaseError<TMessageIds extends string> {
type?: AST_NODE_TYPES | AST_TOKEN_TYPES;
line?: number;
column?: number;
endLine?: number;
endColumn?: number;
}

interface RunTests<
Expand Down

0 comments on commit d9e5f15

Please sign in to comment.