Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
674 changes: 250 additions & 424 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

6 changes: 1 addition & 5 deletions web/common/.storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@ import type { StorybookConfig } from '@storybook/react-vite'

const config: StorybookConfig = {
stories: ['../src/**/*.mdx', '../src/**/*.stories.@(js|jsx|mjs|ts|tsx)'],
addons: [
'@storybook/addon-essentials',
'@storybook/addon-docs',
'@storybook/addon-onboarding',
],
addons: ['@storybook/addon-docs', '@storybook/addon-onboarding'],
framework: {
name: '@storybook/react-vite',
options: {},
Expand Down
1 change: 0 additions & 1 deletion web/common/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export default tseslint.config(
tseslint.configs.recommended,
{
rules: {
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-unused-vars': 'off',
'@typescript-eslint/no-empty-object-type': 'off',
'@typescript-eslint/no-unused-expressions': 'off',
Expand Down
Loading