Skip to content

Commit

Permalink
Update liisa-portfolio-tracker_2_keeganquigley.md
Browse files Browse the repository at this point in the history
  • Loading branch information
keeganquigley authored May 24, 2024
1 parent 030a6eb commit 40caf59
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions evaluations/liisa-portfolio-tracker_2_keeganquigley.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,35 @@

# General Notes

## Frontend

Frontend compiles successfully:

```ts
Compiled with warnings.

[eslint]
src/App.js
Line 37:13: 'unsubscribe' is assigned a value but never used no-unused-vars

src/components/Collections/CollectionItem.js
Line 13:17: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text

Search for the keywords to learn more about each warning.
To ignore, add // eslint-disable-next-line to the line before.

WARNING in [eslint]
src/App.js
Line 37:13: 'unsubscribe' is assigned a value but never used no-unused-vars

src/components/Collections/CollectionItem.js
Line 13:17: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text

webpack compiled with 1 warning
```

## Backend

Docker image builds successfully:

```ts
Expand Down

0 comments on commit 40caf59

Please sign in to comment.