Skip to content
This repository was archived by the owner on Nov 6, 2024. It is now read-only.

Commit 3868f12

Browse files
author
Callin Mullaney
committed
feat: update emulsify core to official npm release
1 parent 118dcbc commit 3868f12

File tree

6 files changed

+369
-257
lines changed

6 files changed

+369
-257
lines changed

config/emulsify-core/eslintrc.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"extends": [
3-
"../../node_modules/emulsify-core/config/eslintrc.config.json"
3+
"../../node_modules/@emulsify/core/config/eslintrc.config.json"
44
],
55
"globals": {
66
"Drupal": true,
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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 numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Import additional stylesheets just for storybook.
2-
import '../../../dist/css/cl-style.css';
2+
// import '../../../dist/css/cl-style.css';
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"extends": [
3-
"../../node_modules/emulsify-core/config/.stylelintrc.json"
3+
"../../node_modules/@emulsify/core/config/.stylelintrc.json"
44
]
55
}

0 commit comments

Comments
 (0)