mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +08:00
fix linting && cleanup
This commit is contained in:
parent
78f7f94894
commit
6e19f0fe42
@ -159,7 +159,7 @@ If you're currently using the notes/info addons, you can upgrade to DocsPage by
|
||||
Suppose you've added a `notes` parameter to each component in your library, containing markdown text, and you want that to show up at the top of the page in the `Description` slot. You could do that by adding the following snippet to `.storybook/preview.js`:
|
||||
|
||||
```js
|
||||
import { addParameters } from '@storybook/client-api';
|
||||
import { addParameters } from '@storybook/preview-api';
|
||||
|
||||
addParameters({
|
||||
docs: {
|
||||
|
@ -57,7 +57,6 @@
|
||||
"@storybook/builder-vite": "7.0.0-alpha.48",
|
||||
"@storybook/channel-postmessage": "7.0.0-alpha.48",
|
||||
"@storybook/channel-websocket": "7.0.0-alpha.48",
|
||||
"@storybook/client-api": "7.0.0-alpha.48",
|
||||
"@storybook/preview-api": "7.0.0-alpha.48",
|
||||
"@storybook/react": "7.0.0-alpha.48",
|
||||
"@vitejs/plugin-react": "^2.0.0",
|
||||
|
@ -1,9 +1,3 @@
|
||||
// TODO: should move this to preview-api, I guess
|
||||
// exports for builder-vite
|
||||
import * as clientApi from '@storybook/client-api';
|
||||
|
||||
export { clientApi };
|
||||
|
||||
export { createChannel as createPostMessageChannel } from '@storybook/channel-postmessage';
|
||||
export { createChannel as createWebSocketChannel } from '@storybook/channel-websocket';
|
||||
|
||||
|
@ -56,7 +56,6 @@
|
||||
"@storybook/builder-vite": "7.0.0-alpha.48",
|
||||
"@storybook/channel-postmessage": "7.0.0-alpha.48",
|
||||
"@storybook/channel-websocket": "7.0.0-alpha.48",
|
||||
"@storybook/client-api": "7.0.0-alpha.48",
|
||||
"@storybook/node-logger": "7.0.0-alpha.48",
|
||||
"@storybook/preview-api": "7.0.0-alpha.48",
|
||||
"@storybook/svelte": "7.0.0-alpha.48",
|
||||
|
@ -54,7 +54,6 @@
|
||||
"@storybook/builder-vite": "7.0.0-alpha.48",
|
||||
"@storybook/channel-postmessage": "7.0.0-alpha.48",
|
||||
"@storybook/channel-websocket": "7.0.0-alpha.48",
|
||||
"@storybook/client-api": "7.0.0-alpha.48",
|
||||
"@storybook/core-common": "7.0.0-alpha.48",
|
||||
"@storybook/core-server": "7.0.0-alpha.48",
|
||||
"@storybook/preview-api": "7.0.0-alpha.48",
|
||||
|
@ -55,7 +55,6 @@
|
||||
"@storybook/builder-vite": "7.0.0-alpha.48",
|
||||
"@storybook/channel-postmessage": "7.0.0-alpha.48",
|
||||
"@storybook/channel-websocket": "7.0.0-alpha.48",
|
||||
"@storybook/client-api": "7.0.0-alpha.48",
|
||||
"@storybook/core-server": "7.0.0-alpha.48",
|
||||
"@storybook/preview-api": "7.0.0-alpha.48",
|
||||
"@storybook/vue3": "7.0.0-alpha.48",
|
||||
|
@ -55,7 +55,6 @@
|
||||
"@storybook/builder-vite": "7.0.0-alpha.48",
|
||||
"@storybook/channel-postmessage": "7.0.0-alpha.48",
|
||||
"@storybook/channel-websocket": "7.0.0-alpha.48",
|
||||
"@storybook/client-api": "7.0.0-alpha.48",
|
||||
"@storybook/core-server": "7.0.0-alpha.48",
|
||||
"@storybook/node-logger": "7.0.0-alpha.48",
|
||||
"@storybook/preview-api": "7.0.0-alpha.48",
|
||||
|
Loading…
x
Reference in New Issue
Block a user