Skip to content

Commit 0ad5e9c

Browse files
committed
feat(web): add kebab-case naming convention to orval config
1 parent 22f88b6 commit 0ad5e9c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/web/orval.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export default defineConfig({
99
client: "react-query",
1010
httpClient: "axios",
1111
mode: "tags-split",
12+
namingConvention: "kebab-case",
1213
clean: true,
1314
override: {
1415
mutator: {
@@ -28,6 +29,7 @@ export default defineConfig({
2829
target: "./src/lib/api/zod",
2930
client: "zod",
3031
mode: "tags-split",
32+
namingConvention: "kebab-case",
3133
fileExtension: ".zod.ts",
3234
clean: true,
3335
},

0 commit comments

Comments
 (0)