There was an error while loading. Please reload this page.
1 parent 0c2cba2 commit ddea857Copy full SHA for ddea857
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