Wildcard: Convert stories to CSF
Created by: umpox
Using the codemod: https://github.com/storybookjs/storybook/blob/next/lib/codemod/README.md#storiesof-to-csf
This is split into three commits:
- Work required before running codemod (It expects
add
to be chained) - Running the codemod through
npx sb migrate storiesof-to-csf --glob="client/wildcard/src/**/*.story.tsx"
- Work required after the codemod (fixing lint errors and updating types)