Override dependency version for packages in workspaces #8388
Replies: 1 comment 1 reply
-
This looks like an ESLint issue and according to this it should be fixed in ESLint v9. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My setup is as below:
Is there a way to solve this? How do I force the frontend app to use 'eslint-plugin': '3.x'? From what I've read overrides only work in the root package.json and from what I can gather I need to override a dependency version for a specific workspace.
Beta Was this translation helpful? Give feedback.
All reactions