xojs/xo

`node/no-unsupported-features/es-syntax` erroneously enabled

jonahsnider opened this issue · 0 comments

  ✖   2:21  import() expressions are not supported yet.                 node/no-unsupported-features/es-syntax

node/no-unsupported-features/es-syntax is erroring in my TypeScript project targeting ESM, where import() expressions are supported. Considering the unicorn/prefer-module rule is already enabled by default maybe this one should be removed entirely.