Skip to content

Commit 481f60b

Browse files
committed
chore: add orval fix
1 parent ef785c6 commit 481f60b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/prompt-registry/orval.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ const config = {
66
target: './src/zod/prompt-registry.zod.ts',
77
override: {
88
header: info => [
9+
`eslint-disable no-useless-escape`, // Added to avoid linting issues with JSON examples in the OpenAPI spec
910
`Generated by orval 🍺`,
1011
`Do not edit manually.`,
1112
...(info.title ? [info.title] : []),

0 commit comments

Comments
 (0)