Skip to content

Commit ddea857

Browse files
authored
chore: add orval fix (#1339)
1 parent 0c2cba2 commit ddea857

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)