add JS syntax highlight

This commit is contained in:
Robin Wieruch 2018-07-12 17:15:13 +02:00 committed by GitHub
parent 269d6bf199
commit e655d22995
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,7 @@ storiesOf('button', module)
If you want to add a11y globally to your stories, you can use the global Storybook decorator in your *.storybook/config.js* file:
```
```js
import { configure, addDecorator } from '@storybook/react';
import { checkA11y } from '@storybook/addon-a11y';