We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef785c6 commit 481f60bCopy full SHA for 481f60b
packages/prompt-registry/orval.config.js
@@ -6,6 +6,7 @@ const config = {
6
target: './src/zod/prompt-registry.zod.ts',
7
override: {
8
header: info => [
9
+ `eslint-disable no-useless-escape`, // Added to avoid linting issues with JSON examples in the OpenAPI spec
10
`Generated by orval 🍺`,
11
`Do not edit manually.`,
12
...(info.title ? [info.title] : []),
0 commit comments