Skip to content

feat: Add functionality to delete multiple profiles at once #51

feat: Add functionality to delete multiple profiles at once

feat: Add functionality to delete multiple profiles at once #51

GitHub Actions / ESLint Report Analysis failed May 20, 2024 in 0s

ESLint Report Analysis

12 ESLint error(s) and 3 ESLint warning(s) found

Details

Annotations

Check failure on line 95 in src/components/ui/stepper.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/components/ui/stepper.tsx#L95

[@typescript-eslint/no-unused-vars] 'children' is assigned a value but never used.

Check failure on line 95 in src/components/ui/stepper.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/components/ui/stepper.tsx#L95

[@typescript-eslint/no-unused-vars] 'className' is assigned a value but never used.

Check failure on line 222 in src/components/ui/stepper.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/components/ui/stepper.tsx#L222

[@typescript-eslint/no-unused-vars] '_index' is defined but never used.

Check failure on line 316 in src/components/ui/stepper.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/components/ui/stepper.tsx#L316

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

Check failure on line 449 in src/components/ui/stepper.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/components/ui/stepper.tsx#L393-L449

[react/display-name] Component definition is missing display name

Check failure on line 394 in src/components/ui/stepper.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/components/ui/stepper.tsx#L394

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

Check failure on line 464 in src/components/ui/stepper.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/components/ui/stepper.tsx#L464

[quotes] Strings must use singlequote.

Check failure on line 609 in src/components/ui/stepper.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/components/ui/stepper.tsx#L477-L609

[react/display-name] Component definition is missing display name

Check failure on line 715 in src/components/ui/stepper.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/components/ui/stepper.tsx#L613-L715

[react/display-name] Component definition is missing display name

Check failure on line 661 in src/components/ui/stepper.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/components/ui/stepper.tsx#L661

[quotes] Strings must use singlequote.

Check failure on line 774 in src/components/ui/stepper.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/components/ui/stepper.tsx#L774

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

Check failure on line 898 in src/components/ui/stepper.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/components/ui/stepper.tsx#L801-L898

[react/display-name] Component definition is missing display name

Check warning on line 155 in src/sections/profiles/components/profile-form-dialog.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/sections/profiles/components/profile-form-dialog.tsx#L155

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

Check warning on line 246 in src/sections/profiles/components/profile-form-dialog.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/sections/profiles/components/profile-form-dialog.tsx#L246

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

Check warning on line 355 in src/sections/profiles/components/profile-form-dialog.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/sections/profiles/components/profile-form-dialog.tsx#L355

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