Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuorantan committed Jun 1, 2021
1 parent 25b5bdb commit 1b52593
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/parser/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const OVERRIDE_MODULE_NAME = 'overrideModuleName';
export function parseJsDocTags(symbol: ts.Symbol): {
shouldExport: boolean;
overrideName: string | null;
// eslint-disable-next-line @typescript-eslint/no-explicit-any
customTags: Record<string, any>;
} {
let shouldExport = false;
Expand Down

0 comments on commit 1b52593

Please sign in to comment.