nabla / vite-plugin-eslint

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

Installation warnings when using with eslint v9 #33

Closed jurosh closed 5 months ago

jurosh commented 5 months ago

Error:

➤ YN0060: │ eslint is listed by your project with version 9.5.0 (pc01ad), which doesn't satisfy what @nabla/vite-plugin-eslint and other dependencies request (^8.56.0).

Looks like it is compatible, just need to bump dependencies

jurosh commented 5 months ago

Weird, I see that it's listed as "eslint": "^8.45 || ^9" so should be OK... But for some reason Yarn is not happy

ArnaudBarre commented 5 months ago

Are you using the latest version and not an older one?

jurosh commented 5 months ago

I think it's the second part which is important and other dependencies request

Closing this...