Open
Description
Hiya, like many projects my project is upgrading to the new flat eslint config format. Unfortunately the eslint.config.js
doesn't type check properly currently:
Module '"/home/darius/yomitan/node_modules/eslint-plugin-import/lib/index"' has no default export.ts(1192)
I believe the types added around two months ago here 9d1f639 should solve this issue.
Is there any chance we could get a new release with that included? I think probably a lot of mixed javascript / typescript projects will face this issue.