Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
minottic committed Jan 9, 2024
1 parent 703bea7 commit 153504a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/misc/technique-getter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,13 @@ interface GitHubTechniqueNodes extends BaseTechniqueNodes {
}

interface BioPortalNodes {
// eslint-disable-next-line @typescript-eslint/naming-convention
'@id': string;
prefLabel: string;
synonym: string[];
// eslint-disable-next-line @typescript-eslint/naming-convention
children: {'@id': string}[];
// eslint-disable-next-line @typescript-eslint/naming-convention
parents: {'@id': string; prefLabel?: string | null}[];
}

Expand Down

0 comments on commit 153504a

Please sign in to comment.