Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Pre-Commit Hook #67

Merged
merged 10 commits into from
Mar 10, 2024
Merged

Add Pre-Commit Hook #67

merged 10 commits into from
Mar 10, 2024

Conversation

Bendomey
Copy link
Owner

@Bendomey Bendomey commented Mar 9, 2024

No description provided.

@Bendomey Bendomey self-assigned this Mar 9, 2024
@@ -0,0 +1 @@
yarn format && git add .
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Main Addition

Comment on lines +1 to +13
{
"devDependencies": {
"husky": "9.0.11",
"npm-run-all": "4.1.5"
},
"scripts": {
"prepare": "husky",
"format": "run-s format:*",
"format:frontend-client": "cd apps/client && yarn format",
"format:frontend-waitlist": "cd apps/wait-list && yarn format",
"format:services-main": "cd services/main && make lint"
}
}
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Main Addition

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

all right

Comment on lines +21 to +24

lint:
dotnet format main.sln
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Main Addition

@Bendomey Bendomey marked this pull request as ready for review March 9, 2024 22:42
@arkhurst arkhurst merged commit 79a2ee1 into main Mar 10, 2024
3 checks passed
@arkhurst arkhurst deleted the db/add-husky branch March 10, 2024 07:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants