nabla / vite-plugin-eslint

Plugs ESLint into Vite dev server
MIT License
125 stars 4 forks source link

TypeError [Error]: LegacyESLint is not a constructor #29

Closed wmonecke closed 7 months ago

wmonecke commented 8 months ago

I am seeing the following error when running this plugin.

Any ideas on how to approach this?

Thank you!

ArnaudBarre commented 8 months ago

Hum yeah this probably because you're running a version of ESLint before 8.43 something. I should bump the peer deps range

wmonecke commented 8 months ago

Ah I see, ill update, thank you!

ArnaudBarre commented 7 months ago

Fixed on 2.0.4!