v0.4.0
Minor Changes
- c737772: Bump Node.js version requirement to 22
- c737772: Bump eslint version requirement to 9
- c737772: prefer-defer-import rule drops the webpack magic comment syntax and adopts the native syntax
- c737772: Remove rule
type/no-instanceof-wrapper, useunicorn/no-instanceof-builtinsinstead.
Patch Changes
- c737772: Support
import { "string" as name } from '...'syntax