Skip to content

Commit 8c1ace1

Browse files
committed
build: update openapi config to use postProcess field
Generated-by: aiautocommit
1 parent e7ad544 commit 8c1ace1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

web/openapi-ts.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,11 @@ export default defineConfig({
1414
}
1515
: {},
1616
output: {
17-
format: "prettier",
18-
lint: "eslint",
1917
path: "client",
2018
// TODO https://github.com/ferdikoomen/openapi-typescript-codegen/issues/1252#issuecomment-2593462128
2119
// converts all openapi snake case attributes to camelCase, but does not translate the api request
2220
// case: "camelCase",
21+
postProcess: ["eslint", "prettier"],
2322
},
2423
experimentalParser: true,
2524
plugins: [

0 commit comments

Comments
 (0)