We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f7bd16 commit b066e92Copy full SHA for b066e92
CHANGELOG.md
@@ -7,10 +7,11 @@
7
- c737772: Bump Node.js version requirement to 22
8
- c737772: Bump eslint version requirement to 9
9
- 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.
11
12
### Patch Changes
13
-- c737772: Support string as import name
14
+- c737772: Support `import { "string" as name } from '...'` syntax
15
16
## 0.3.0
17
0 commit comments