add task solution #4842
Annotations
8 errors and 1 warning
Run npm run lint:
src/App.tsx#L9
'todo' is already declared in the upper scope on line 6 column 10
|
Run npm run lint:
src/App.tsx#L45
'todo' is already declared in the upper scope on line 6 column 10
|
Run npm run lint:
src/components/TodoInfo/TodoInfo.tsx#L10
'todo' is already declared in the upper scope on line 2 column 10
|
Run npm run lint:
src/components/TodoList/TodoList.tsx#L10
'todo' is already declared in the upper scope on line 1 column 10
|
Run npm run lint:
src/components/UserInfo/UserInfo.tsx#L7
'user' is already declared in the upper scope on line 2 column 10
|
Run npm run lint:
src/components/types.ts#L1
Type Alias name `todo` must match one of the following formats: PascalCase
|
Run npm run lint:
src/components/types.ts#L14
Type Alias name `user` must match one of the following formats: PascalCase
|
Run npm run lint
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading