Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pulling feat/delete-selected-news into develop #838

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from

style(EditableNewsItem.tsx): reorganize import statements for better …

2a10f6e
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Pulling feat/delete-selected-news into develop #838

style(EditableNewsItem.tsx): reorganize import statements for better …
2a10f6e
Select commit
Loading
Failed to load commit list.
GitHub Actions / ESLint Report Analysis failed Sep 10, 2024 in 1s

ESLint Report Analysis

6 ESLint error(s) and 0 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 failure on line 15 in apps/dicty-frontpage/src/common/components/EditableNewsItem.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

apps/dicty-frontpage/src/common/components/EditableNewsItem.tsx#L15

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

Check failure on line 16 in apps/dicty-frontpage/src/common/components/EditableNewsItem.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

apps/dicty-frontpage/src/common/components/EditableNewsItem.tsx#L16

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

Check failure on line 17 in apps/dicty-frontpage/src/common/components/EditableNewsItem.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

apps/dicty-frontpage/src/common/components/EditableNewsItem.tsx#L17

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

Check failure on line 18 in apps/dicty-frontpage/src/common/components/EditableNewsItem.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

apps/dicty-frontpage/src/common/components/EditableNewsItem.tsx#L18

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

Check failure on line 42 in apps/dicty-frontpage/src/common/components/EditableNewsItem.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

apps/dicty-frontpage/src/common/components/EditableNewsItem.tsx#L42

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

Check failure on line 57 in apps/dicty-frontpage/src/common/components/EditableNewsItem.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

apps/dicty-frontpage/src/common/components/EditableNewsItem.tsx#L57

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