Skip to content

Commit

Permalink
UPDATE prettier config && FIX .md files
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Jan 24, 2019
1 parent 52fa933 commit 9017034
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -261,4 +261,4 @@ Support us with a monthly donation and help us continue our activities. \[[Becom

[MIT](https://github.com/storybooks/storybook/blob/master/LICENSE)

-the end-
-the end-
2 changes: 1 addition & 1 deletion lib/theming/README.md
Expand Up @@ -3,4 +3,4 @@
Storybook Theming is a wrapper library for emotion.
It ensures a single version of emotion is used everywhere.

It also includes some ready to use themes: light (normal) and dark.
It also includes some ready to use themes: light (normal) and dark.
2 changes: 1 addition & 1 deletion prettier.config.js
Expand Up @@ -7,7 +7,7 @@ module.exports = {
overrides: [
{
files: '*.html',
options: { parser: 'babylon' },
options: { parser: 'babel' },
},
],
};

0 comments on commit 9017034

Please sign in to comment.