Skip to content

Commit 3482d0b

Browse files
committed
prettier all files
1 parent 484610f commit 3482d0b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+2107
-2137
lines changed

.prettierignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
package.json
2-
node_modules
2+
node_modules
3+
dist

.prettierrc

Lines changed: 0 additions & 8 deletions
This file was deleted.

.storybook/main.js

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
module.exports = {
2-
stories: ['../stories/**/*.stories.@(ts|tsx|js|jsx)'],
3-
addons: [
4-
'@storybook/addon-links',
5-
'@storybook/addon-essentials',
6-
{
7-
name: '@storybook/preset-scss',
8-
options: {
9-
rule: {
10-
test: /\.module\.s[ca]ss$/,
11-
},
12-
cssLoaderOptions: {
13-
modules: {
14-
localIdentName: '[name]__[local]--[hash:base64:5]',
15-
},
16-
},
17-
},
2+
stories: ['../stories/**/*.stories.@(ts|tsx|js|jsx)'],
3+
addons: [
4+
'@storybook/addon-links',
5+
'@storybook/addon-essentials',
6+
{
7+
name: '@storybook/preset-scss',
8+
options: {
9+
rule: {
10+
test: /\.module\.s[ca]ss$/,
1811
},
19-
],
20-
// https://storybook.js.org/docs/react/configure/typescript#mainjs-configuration
21-
typescript: {
22-
check: true, // type-check stories during Storybook build
23-
// reactDocgen: false, // https://github.com/storybookjs/storybook/issues/15336
12+
cssLoaderOptions: {
13+
modules: {
14+
localIdentName: '[name]__[local]--[hash:base64:5]',
15+
},
16+
},
17+
},
2418
},
19+
],
20+
// https://storybook.js.org/docs/react/configure/typescript#mainjs-configuration
21+
typescript: {
22+
check: true, // type-check stories during Storybook build
23+
// reactDocgen: false, // https://github.com/storybookjs/storybook/issues/15336
24+
},
2525
};

0 commit comments

Comments
 (0)