Skip to content

Commit

Permalink
fix: fix eslint-no shadow warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Roest committed Aug 22, 2022
1 parent 9450519 commit cd02637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/typings/RsgStyleguidistConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ interface BaseStyleguidistConfig {
code: string,
resolver: (
ast: ASTNode,
parser: { parse: (code: string) => ASTNode }
parser: { parse: (input: string) => ASTNode }
) => NodePath<any, any> | NodePath[],
handlers: Handler[]
): DocumentationObject;
Expand Down

0 comments on commit cd02637

Please sign in to comment.