Skip to content

Commit

Permalink
Debarrel packages/polaris-viz
Browse files Browse the repository at this point in the history
  • Loading branch information
envex committed Dec 3, 2024
1 parent 4adc8b1 commit af795f2
Show file tree
Hide file tree
Showing 534 changed files with 1,646 additions and 1,686 deletions.
10 changes: 9 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@
"UNSTABLE_telemetry"
]
}
]
],
"@shopify/strict-component-boundaries": "off"
},
"overrides": [
{
Expand Down Expand Up @@ -150,6 +151,13 @@
"react/no-unused-prop-types": "off",
"@shopify/strict-component-boundaries": "off"
}
},
{
"files": ["codemods/**/*.js"],
"rules": {
"no-console": "off",
"import/no-extraneous-dependencies": "off"
}
}
]
}
4 changes: 2 additions & 2 deletions .storybook/preview.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {themes} from '@storybook/theming';
import {PolarisVizProvider} from '@shopify/polaris-viz';
import {DARK_THEME, LIGHT_THEME} from '../packages/polaris-viz/src/constants';
import {useTheme} from '../packages/polaris-viz/src/hooks';
import {DARK_THEME} from '../packages/polaris-viz/src/constants';
import {useTheme} from '@shopify/polaris-viz-core';

// https://github.com/storybookjs/storybook/issues/548
const storiesOrder = {
Expand Down
Loading

0 comments on commit af795f2

Please sign in to comment.