Format file with prettier

This commit is contained in:
Ian VanSchooten 2022-07-06 22:21:31 -04:00
parent 3f2690f15c
commit 673dd69f03

View File

@ -181,7 +181,7 @@ See the vite builder [TypeScript documentation](https://github.com/storybookjs/b
<!-- prettier-ignore-end -->
| Configuration element | Description |
| --------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| --------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `stories` | The array of globs that indicates the [location of your story files](#configure-story-loading), relative to `main.ts` |
| `staticDirs` | Sets a list of directories of [static files](./images-and-assets.md#serving-static-files-via-storybook-configuration) to be loaded by Storybook <br/> `staticDirs:['../public']` |
| `addons` | Sets the list of [addons](https://storybook.js.org/addons/) loaded by Storybook <br/> `addons:['@storybook/addon-essentials']` |