Update to latest version #12
No reviewers
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
javascript
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
thayen/portfolio-site!12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Code Review
This pull request introduces Biome as the project's linter and formatter, adding a biome.json configuration file and updating package.json with new scripts. The changes involve a widespread transition from spaces to tabs for indentation across configuration and source files, along with minor dependency updates. A review comment suggests simplifying an arrow function in src/components/keyword.astro to enhance readability.
The arrow function inside the forEach loop is unnecessarily wrapped in a block with a single statement. This can be simplified for better readability.