mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 21:11:07 +08:00
Linting fixes
This commit is contained in:
parent
307205a2e1
commit
cc4abb1b98
@ -25,9 +25,7 @@ npm i -D @storybook/addon-actions
|
||||
|
||||
Then, add following content to `.storybook/addons.js`
|
||||
|
||||
```
|
||||
import '@storybook/addon-actions/register';
|
||||
```
|
||||
import '@storybook/addon-actions/register';
|
||||
|
||||
Import the `action` function and use it to create actions handlers. When creating action handlers, provide a **name** to make it easier to identify.
|
||||
|
||||
|
@ -55,7 +55,6 @@ storiesOf('Component')
|
||||
|
||||
> Have a look at [this example](example/story.js) stories to learn more about the `addWithInfo` API.
|
||||
|
||||
|
||||
To customize your defaults:
|
||||
|
||||
```js
|
||||
|
@ -17,5 +17,5 @@ npm test -- --coverage --collectCoverageFrom='["src/**/*.{js,jsx}","!src/**/stor
|
||||
|
||||
Next automatically defines `React` for all of your files via a babel plugin. You must define `React` for JSX to work. You can solve this either by:
|
||||
|
||||
1. Adding `import React from 'react'` to your component files.
|
||||
1. Adding a `.babelrc` that includes [`babel-plugin-react-require`](https://www.npmjs.com/package/babel-plugin-react-require)
|
||||
1. Adding `import React from 'react'` to your component files.
|
||||
2. Adding a `.babelrc` that includes [`babel-plugin-react-require`](https://www.npmjs.com/package/babel-plugin-react-require)
|
||||
|
Loading…
x
Reference in New Issue
Block a user