Skip to content

PR #5001

PR #5001 #474

GitHub Actions / ESLint Report Analysis succeeded Nov 23, 2023 in 0s

ESLint Report Analysis

0 ESLint error(s) and 2 ESLint warning(s) found in pull request changed files.
0 ESLint error(s) and 15 ESLint warning(s) found in files outside of the pull request.

Details

Annotations

Check warning on line 57 in packages/design-system/src/components/Enumeration/EnumerationHeader/EnumerationHeader.component.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/design-system/src/components/Enumeration/EnumerationHeader/EnumerationHeader.component.tsx#L57

[react-hooks/exhaustive-deps] React Hook useEffect has a missing dependency: 'setFilteredItems'. Either include it or remove the dependency array. If 'setFilteredItems' changes too often, find the parent component that defines it and wrap that definition in useCallback.

Check warning on line 10 in packages/design-system/src/stories/form/Enumeration/Enumeration.stories.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/design-system/src/stories/form/Enumeration/Enumeration.stories.tsx#L10

[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.