This repository has been archived by the owner on Jun 15, 2024. It is now read-only.
Refactor: Service Layer 분리 및 코드 리팩토링 #26
Annotations
10 errors and 2 warnings
Code Linting:
src/api/services/auth.service.ts#L1
Delete `import·{·api·}·from·"../config/api";⏎`
|
|
Code Linting:
src/api/services/auth.service.ts#L5
Insert `";⏎⏎import·{·api·}·from·"../config/api`
|
Code Linting:
src/api/services/lecture.service.ts#L1
Delete `import·{·api·}·from·"../config/api";⏎⏎`
|
Code Linting:
src/api/services/lecture.service.ts#L11
Insert `";⏎⏎import·{·api·}·from·"../config/api`
|
Code Linting:
src/components/display/Badge.tsx#L1
Replace `FontAwesomeIcon·}·from·"@fortawesome/react-fontawesome` with `faHashtag·}·from·"@fortawesome/free-solid-svg-icons`
|
Code Linting:
src/components/display/Badge.tsx#L2
Replace `faHashtag·}·from·"@fortawesome/free-solid-svg-icons";` with `FontAwesomeIcon·}·from·"@fortawesome/react-fontawesome";⏎`
|
|
Code Linting:
src/components/forms/Button.tsx#L1
Replace `FontAwesomeIcon·}·from·"@fortawesome/react-fontawesome";` with `MouseEventHandler·}·from·"react";⏎`
|
Code Linting:
src/components/forms/Button.tsx#L3
Replace `MouseEventHandler·}·from·"react";` with `FontAwesomeIcon·}·from·"@fortawesome/react-fontawesome";⏎`
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v2, actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading