Skip to content

chore: add titles #2805

chore: add titles

chore: add titles #2805

GitHub Actions / ESLint Report Analysis succeeded Sep 8, 2023 in 1s

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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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.