Linting fixes

This commit is contained in:
Michael Shilman 2017-06-26 16:06:30 +10:00
parent 307205a2e1
commit cc4abb1b98
3 changed files with 3 additions and 6 deletions

View File

@ -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.

View File

@ -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

View File

@ -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)