Skip to content

Commit b066e92

Browse files
authored
Update CHANGELOG.md
1 parent 1f7bd16 commit b066e92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@
77
- c737772: Bump Node.js version requirement to 22
88
- c737772: Bump eslint version requirement to 9
99
- c737772: prefer-defer-import rule drops the webpack magic comment syntax and adopts the native syntax
10+
- c737772: Remove rule `type/no-instanceof-wrapper`, use [`unicorn/no-instanceof-array`](https://www.npmjs.com/package/eslint-plugin-unicorn) instead.
1011

1112
### Patch Changes
1213

13-
- c737772: Support string as import name
14+
- c737772: Support `import { "string" as name } from '...'` syntax
1415

1516
## 0.3.0
1617

0 commit comments

Comments
 (0)