clinter
clinter copied to clipboard
Bug: Eslint react plugin have incompatible version with NextJs (lastest)
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