Skip to content

Commit

Permalink
chore: format with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
keplersj committed Sep 27, 2021
1 parent 5b3fab0 commit f92a966
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
13 changes: 5 additions & 8 deletions .storybook/main.js
@@ -1,11 +1,8 @@
module.exports = {
"stories": [
"../src/**/*.stories.mdx",
"../src/**/*.stories.@(js|jsx|ts|tsx)"
],
"addons": [
stories: ["../src/**/*.stories.mdx", "../src/**/*.stories.@(js|jsx|ts|tsx)"],
addons: [
"@storybook/addon-links",
"@storybook/addon-essentials",
"@storybook/addon-docs"
]
}
"@storybook/addon-docs",
],
};
2 changes: 1 addition & 1 deletion .storybook/preview.js
Expand Up @@ -6,4 +6,4 @@ export const parameters = {
date: /Date$/,
},
},
}
};

0 comments on commit f92a966

Please sign in to comment.