File tree Expand file tree Collapse file tree 4 files changed +422
-416
lines changed Expand file tree Collapse file tree 4 files changed +422
-416
lines changed Original file line number Diff line number Diff line change 1
- const remarkGfm = require ( 'remark-gfm' ) ;
1
+ import remarkGfm from 'remark-gfm' ;
2
2
3
- const prettierConfig = require ( '../.prettierrc.js' ) ;
3
+ import type { StorybookConfig } from '@storybook/react-webpack5' ;
4
4
5
- module . exports = {
5
+ const config : StorybookConfig = {
6
6
stories : [ '../stories/**/*.stories.@(ts|tsx|js|jsx|mdx)' ] ,
7
7
8
8
typescript : {
@@ -58,3 +58,5 @@ module.exports = {
58
58
options : { } ,
59
59
} ,
60
60
} ;
61
+
62
+ export default config ;
Original file line number Diff line number Diff line change 87
87
"react" : " ^18.2.0" ,
88
88
"react-app-polyfill" : " ^3.0.0" ,
89
89
"react-dom" : " ^18.2.0" ,
90
- "remark-gfm" : " ^4 .0.0" ,
90
+ "remark-gfm" : " ^3 .0.0" ,
91
91
"rimraf" : " ^5.0.5" ,
92
92
"rollup" : " ^2.61.1" ,
93
93
"rollup-plugin-terser" : " ^7.0.2" ,
You can’t perform that action at this time.
0 commit comments