Skip to content

Commit e67e6f7

Browse files
committed
wip
1 parent 8cc0176 commit e67e6f7

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

.storybook/main.ts

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
1-
import type { StorybookConfig } from '@storybook/react-webpack5';
1+
import type { StorybookConfig } from "@storybook/react-webpack5";
22
const config: StorybookConfig = {
3-
stories: ['../src/**/*.stories.@(js|jsx|ts|tsx|mdx)'],
4-
addons: [
5-
'@storybook/addon-links',
6-
'@storybook/addon-essentials',
7-
'@storybook/addon-interactions',
8-
'@storybook/addon-webpack5-compiler-swc',
9-
],
10-
framework: {
11-
name: '@storybook/react-webpack5',
12-
options: {
13-
builder: {
14-
// biome-ignore lint/style/useNamingConvention: <explanation>
15-
useSWC: true,
16-
},
17-
},
18-
},
19-
swc: () => ({
20-
jsc: {
21-
transform: {
22-
react: {
23-
runtime: 'automatic',
24-
},
25-
},
26-
},
27-
}),
28-
docs: {
29-
autodocs: 'tag',
30-
},
3+
stories: ["../src/**/*.stories.@(js|jsx|ts|tsx|mdx)"],
4+
addons: [
5+
"@storybook/addon-links",
6+
"@storybook/addon-essentials",
7+
"@storybook/addon-interactions",
8+
"@storybook/addon-webpack5-compiler-swc",
9+
],
10+
framework: {
11+
name: "@storybook/react-webpack5",
12+
options: {
13+
builder: {
14+
// biome-ignore lint/style/useNamingConvention: <explanation>
15+
useSWC: true,
16+
},
17+
},
18+
},
19+
swc: () => ({
20+
jsc: {
21+
transform: {
22+
react: {
23+
runtime: "automatic",
24+
},
25+
},
26+
},
27+
}),
28+
docs: {
29+
autodocs: "tag",
30+
},
3131
};
3232
export default config;

0 commit comments

Comments
 (0)