Skip to content

Commit 68fa7bc

Browse files
authored
chore(web_common): move more shared components (#5320)
1 parent 16a032f commit 68fa7bc

38 files changed

+4028
-676
lines changed

pnpm-lock.yaml

Lines changed: 250 additions & 424 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/common/.storybook/main.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@ import type { StorybookConfig } from '@storybook/react-vite'
22

33
const config: StorybookConfig = {
44
stories: ['../src/**/*.mdx', '../src/**/*.stories.@(js|jsx|mjs|ts|tsx)'],
5-
addons: [
6-
'@storybook/addon-essentials',
7-
'@storybook/addon-docs',
8-
'@storybook/addon-onboarding',
9-
],
5+
addons: ['@storybook/addon-docs', '@storybook/addon-onboarding'],
106
framework: {
117
name: '@storybook/react-vite',
128
options: {},

web/common/eslint.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ export default tseslint.config(
1010
tseslint.configs.recommended,
1111
{
1212
rules: {
13-
'@typescript-eslint/no-explicit-any': 'off',
1413
'@typescript-eslint/no-unused-vars': 'off',
1514
'@typescript-eslint/no-empty-object-type': 'off',
1615
'@typescript-eslint/no-unused-expressions': 'off',

0 commit comments

Comments
 (0)