clinter icon indicating copy to clipboard operation
clinter copied to clipboard

Bug: Eslint react plugin have incompatible version with NextJs (lastest)

Open SebastienTouze opened this issue 1 year ago • 0 comments

When using Clinter on a NextJs project using the expérimental app folder (seems also true for lastest NextJs version without app folder), yarn is not able to resolve dependency for eslint-plugin-react-app.

Way to reproduce :

  • install Next JS (cf. https://beta.nextjs.org/docs/installation#automatic-installation): npx create-next-app@latest --experimental-app
  • execute clinter : yarn clinter
  • see errors image

SebastienTouze avatar Apr 06 '23 10:04 SebastienTouze