resend / react-email

💌 Build and send emails using React
https://react.email
MIT License
12.57k stars 571 forks source link

ESLint couldn't determine the plugin "turbo" uniquely. #1402

Open mattinannt opened 1 month ago

mattinannt commented 1 month ago

Describe the Bug

In my Next.js project I'm also using the eslint-config-turbo package and when using a different version from the one used in react-email I'm getting this error while linting:

ESLint couldn't determine the plugin "turbo" uniquely.

Which package is affected (leave empty if unsure)

No response

Link to the code that reproduces this issue

-

To Reproduce

Install react-email into a turborepo repository where a different version of eslint-config-turbo is used and try linting.

Expected Behavior

Dev tools of react-email doesn't effect other repositories where react-email is used

What's your node version? (if relevant)

20.10.0