react-email icon indicating copy to clipboard operation
react-email copied to clipboard

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

Open mattinannt opened this issue 1 year ago • 0 comments

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

mattinannt avatar Apr 05 '24 16:04 mattinannt