storybookjs / eslint-plugin-storybook

🎗Official ESLint plugin for Storybook
MIT License
245 stars 52 forks source link

Add rule to check that `satisfies Meta<>` is used #123

Open NotWoods opened 1 year ago

NotWoods commented 1 year ago

Is your feature request related to a problem? Please describe. I'd like to ensure that my team remembers to add satisfies Meta<> in story metadata.

Describe the solution you'd like Introduce a new rule to ensure that a default export in a TypeScript story is always followed by satisfies Meta