Skip to content

Commit 2c2393d

Browse files
committed
chore: enable eslint formatting for tests
1 parent 2d89395 commit 2c2393d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/pet-store/api-typescript-generator-config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default async function (): Promise<ApiTypescriptGeneratorConfig> {
2424
library: 'zod'
2525
},
2626
postprocess: {
27-
eslint: false
27+
eslint: true
2828
},
2929
core: {
3030
cleanupFiles: true,

0 commit comments

Comments
 (0)