Skip to content

Commit

Permalink
chore: fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Jan 24, 2025
1 parent 5b97867 commit d4bb440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typings/@eslint-community/eslint-utils/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ declare module "@eslint-community/eslint-utils" {
node: any,
sourceCode: SourceCode,
): boolean;
export const isSemicolonToken: IsToken;
export const isSemicolonToken: IsToken<";">;
export const ReferenceTracker: {
READ: never;
CALL: never;
Expand Down

0 comments on commit d4bb440

Please sign in to comment.