I wanted to upgrade the eslint plugin for storybook, but it requires a peer dependency for storybook and crashes. Given that in our setup, storybook is contained in a smaller package for TLP doc, it will not work this way.
We need to give this upgrade some thought:
- should we move storybook to the root package ?
- should we scope the config for eslint storybook only in the TLP doc ?
- some other clever solution involving pnpm ?