This repository was archived by the owner on Nov 6, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +369
-257
lines changed Expand file tree Collapse file tree 6 files changed +369
-257
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : [
3
- " ../../node_modules/emulsify- core/config/eslintrc.config.json"
3
+ " ../../node_modules/@ emulsify/ core/config/eslintrc.config.json"
4
4
],
5
5
"globals" : {
6
6
"Drupal" : true ,
Original file line number Diff line number Diff line change
1
+ // Pass an empty configOverrides by default.
2
+ const configOverrides = { } ;
3
+
4
+ // Uncomment the following section to override the default Emulsify Core configuration.
5
+ // Doing so is a complete override so no configuration from Emulsify Core's main.js will be inherited.
6
+ // See https://storybook.js.org/docs/7/configure for details.
7
+ // const configOverrides = {
8
+ // stories: [
9
+ // '../../../../components/**/*.stories.@(js|jsx|ts|tsx)',
10
+ // ],
11
+ // addons: [
12
+ // '../../../@storybook/addon-a11y',
13
+ // '../../../@storybook/addon-links',
14
+ // '../../../@storybook/addon-essentials',
15
+ // '../../../@storybook/addon-themes',
16
+ // '../../../@storybook/addon-styling-webpack'
17
+ // ],
18
+ // core: {
19
+ // builder: 'webpack5',
20
+ // },
21
+ // framework: {
22
+ // name: '@storybook/html-webpack5',
23
+ // options: {},
24
+ // },
25
+ // docs: {
26
+ // autodocs: true,
27
+ // },
28
+ // };
29
+
30
+ module . exports = { configOverrides} ;
Original file line number Diff line number Diff line change 1
1
// Import additional stylesheets just for storybook.
2
- import '../../../dist/css/cl-style.css' ;
2
+ // import '../../../dist/css/cl-style.css';
Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : [
3
- " ../../node_modules/emulsify- core/config/.stylelintrc.json"
3
+ " ../../node_modules/@ emulsify/ core/config/.stylelintrc.json"
4
4
]
5
5
}
You can’t perform that action at this time.
0 commit comments