Skip to content

Commit 7f32330

Browse files
author
Michael Hladky
committed
refactor: wip
1 parent 551b791 commit 7f32330

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ export default tseslint.config(
140140
ignores: [
141141
'**/*.mock.*',
142142
'**/code-pushup.config.ts',
143+
'**/zod2md.config.ts',
143144
'**/mocks/fixtures/**',
144145
'**/__snapshots__/**',
145146
'**/dist',

packages/models/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"dependencies": {
3030
"ansis": "^3.3.2",
3131
"vscode-material-icons": "^0.1.0",
32-
"zod": "^4.0.5"
32+
"zod": "^4.0.5",
33+
"zod2md": "^0.2.4"
3334
},
3435
"files": [
3536
"src",

tools/zod2md-jsdocs/src/lib/transformers.unit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { describe, expect, it } from 'vitest';
2-
import { generateJSDocComment } from './transformers';
2+
import { generateJSDocComment } from './transformers.js';
33

44
describe('generateJSDocComment', () => {
55
it('should generate JSDoc comment with type name and base URL', () => {

0 commit comments

Comments
 (0)