Skip to content

Commit

Permalink
style: eslint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
schoero committed Oct 1, 2024
1 parent 57e526c commit 316793f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ export function lint<Rule extends ESLintRule, Syntaxes extends Record<string, un
tests: {
invalid?: (
{
[Key in keyof Syntaxes as `${Key & string}Output`]?: string;
} & {
[Key in keyof Syntaxes]?: string;
} & {
[Key in keyof Syntaxes as `${Key & string}Output`]?: string;
} & {
errors: number;
} & {
Expand Down

0 comments on commit 316793f

Please sign in to comment.