Skip to content

Commit

Permalink
ignore rule so I can upgrade ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcelhaney authored and renovate[bot] committed Jul 30, 2024
1 parent e9c5959 commit a76ae83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/response-builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ export function createResponseBuilder(
type,
content[type]?.examples
? oneOf(
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
Object.values(content[type]?.examples ?? []).map(
(example) => example.value,
),
Expand Down

0 comments on commit a76ae83

Please sign in to comment.