Skip to content

Commit

Permalink
fix(eslint-plugin): Remove duplicated code (#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
fa93hws authored and bradzacher committed Jun 13, 2019
1 parent 61e6385 commit c4df4ff
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/experimental-utils/src/ts-eslint/RuleTester.ts
Expand Up @@ -37,15 +37,6 @@ interface TestCaseError<TMessageIds extends string> {
endColumn?: number;
}

interface RunTests<
TMessageIds extends string,
TOptions extends Readonly<any[]>
> {
// RuleTester.run also accepts strings for valid cases
valid: (ValidTestCase<TOptions> | string)[];
invalid: InvalidTestCase<TMessageIds, TOptions>[];
}

interface RunTests<
TMessageIds extends string,
TOptions extends Readonly<any[]>
Expand Down

0 comments on commit c4df4ff

Please sign in to comment.