You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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: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.
The text was updated successfully, but these errors were encountered: