mirror of
https://github.com/EddieTheCubeHead/Stagnum.git
synced 2026-04-26 22:25:52 +03:00
[PR #127] [MERGED] 20 setup-linting-andor-autoformatting-for-frontend #283
Labels
No labels
bug
bug
client
design
documentation
feature
feature
infrastructure
pull-request
ready for development
server
server
spike
technical work
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Stagnum#283
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
📋 Pull Request Information
Original PR: https://github.com/EddieTheCubeHead/Stagnum/pull/127
Author: @BadhonRahman01
Created: 3/14/2024
Status: ✅ Merged
Merged: 4/2/2024
Merged by: @OttoAhlfors
Base:
master← Head:20-setup-linting-andor-autoformatting-for-frontend📝 Commits (10+)
2800c48Ticket20FirstCheck0697237Ticket20UpdatedWithPrettier3f31d2bPrettierConfigAddedcc4f22bMerge branch 'master' into 20-setup-linting-andor-autoformatting-for-frontendd5ad019Added linting to frontend workflow2f689d9Fixed frontend pipeline not using dev dependencies628c487Added prettier9047527Moved dev dependencies to devDependencies4bc15a3Moved from lint action to cmd runs4db660dfixed command argument📊 Changes
50 files changed (+1804 additions, -1373 deletions)
View changed files
📝
.github/workflows/frontend-ci.yml(+10 -4)📝
client/.eslintrc.json(+44 -4)➕
client/.prettierrc.json(+10 -0)📝
client/README.md(+8 -10)📝
client/__tests__/page.test.tsx(+10 -11)📝
client/app/about/page.tsx(+33 -33)📝
client/app/layout.tsx(+14 -14)📝
client/app/login/page.tsx(+110 -105)📝
client/app/page.tsx(+152 -123)📝
client/app/pool/page.tsx(+126 -126)📝
client/app/utils/mockData.ts(+9 -11)📝
client/app/utils/theme.ts(+18 -18)📝
client/components/buttons/altButton.tsx(+22 -22)📝
client/components/buttons/defaulButton.tsx(+17 -17)📝
client/components/buttons/iconButtons/addToPoolButton.tsx(+23 -19)📝
client/components/buttons/iconButtons/collapseIconButton.tsx(+13 -6)📝
client/components/buttons/iconButtons/deleteButton.tsx(+30 -31)📝
client/components/buttons/iconButtons/showMoreIconButton.tsx(+21 -22)📝
client/components/buttons/negativeButton.tsx(+17 -17)📝
client/components/buttons/skipButton.tsx(+32 -25)...and 30 more files
📄 Description
I installed and configured Eslint for formatting and linting for this project.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.