chore: add titles #2805
ESLint Report Analysis
0 ESLint error(s) and 5 ESLint warning(s) found in pull request changed files.
0 ESLint error(s) and 0 ESLint warning(s) found in files outside of the pull request.
Details
Annotations
Check warning on line 39 in packages/design-system/src/components/EmptyState/EmptyState.tsx
github-actions / ESLint Report Analysis
packages/design-system/src/components/EmptyState/EmptyState.tsx#L18-L39
[react/display-name] Component definition is missing display name
Check warning on line 49 in packages/design-system/src/stories/EmptyState.stories.tsx
github-actions / ESLint Report Analysis
packages/design-system/src/stories/EmptyState.stories.tsx#L49
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
Check warning on line 136 in packages/design-system/src/stories/FormFieldset.stories.tsx
github-actions / ESLint Report Analysis
packages/design-system/src/stories/FormFieldset.stories.tsx#L136
[react-hooks/exhaustive-deps] React Hook useEffect has a missing dependency: 'unregister'. Either include it or remove the dependency array.
Check warning on line 8 in packages/design-system/src/stories/docs/WithSelector.tsx
github-actions / ESLint Report Analysis
packages/design-system/src/stories/docs/WithSelector.tsx#L8
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
Check warning on line 2 in packages/storybook/src/WelcomeImage.tsx
github-actions / ESLint Report Analysis
packages/storybook/src/WelcomeImage.tsx#L2
[import/no-extraneous-dependencies] 'react' should be listed in the project's dependencies, not devDependencies.