Skip to content

Commit a9bffe5

Browse files
committed
add changeset
1 parent 22646db commit a9bffe5

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.changeset/happy-papers-accept.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
"eslint-plugin-import-zod": minor
3+
---
4+
5+
Default imports are now converted to namespace imports
6+
7+
```ts
8+
import z from "zod";
9+
```
10+
11+
to
12+
13+
```ts
14+
import * as z from "zod";
15+
```

0 commit comments

Comments
 (0)