Skip to content

PR #4947

PR #4947 #224

GitHub Actions / ESLint Report Analysis succeeded Oct 25, 2023 in 1s

ESLint Report Analysis

0 ESLint error(s) and 9 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 17 in packages/forms/src/rhf/fields/Input/RHFInput.component.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/forms/src/rhf/fields/Input/RHFInput.component.js#L17

[no-undef] 'process' is not defined.

Check warning on line 17 in packages/forms/src/rhf/fields/Select/RHFSelect.component.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/forms/src/rhf/fields/Select/RHFSelect.component.js#L17

[no-undef] 'process' is not defined.

Check warning on line 18 in packages/forms/src/rhf/fields/TextArea/RHFTextArea.component.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/forms/src/rhf/fields/TextArea/RHFTextArea.component.js#L18

[no-undef] 'process' is not defined.

Check warning on line 9 in packages/stepper/src/stories/Stepper.components.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/stepper/src/stories/Stepper.components.tsx#L9

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

Check warning on line 10 in packages/stepper/src/stories/Stepper.components.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/stepper/src/stories/Stepper.components.tsx#L10

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

Check warning on line 19 in packages/stepper/src/stories/Stepper.components.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/stepper/src/stories/Stepper.components.tsx#L19

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

Check warning on line 35 in packages/stepper/src/stories/Stepper.components.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/stepper/src/stories/Stepper.components.tsx#L35

[react-hooks/exhaustive-deps] React Hook useEffect has missing dependencies: 'setStepsData' and 'stepsData'. Either include them or remove the dependency array.

Check warning on line 108 in packages/stepper/src/stories/Stepper.components.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/stepper/src/stories/Stepper.components.tsx#L108

[react-hooks/exhaustive-deps] React Hook useEffect has missing dependencies: 'setStepsData' and 'stepsData'. Either include them or remove the dependency array.

Check warning on line 168 in packages/stepper/src/stories/Stepper.components.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/stepper/src/stories/Stepper.components.tsx#L168

[react-hooks/exhaustive-deps] React Hook useEffect has missing dependencies: 'setStepsData' and 'stepsData'. Either include them or remove the dependency array.