Skip to content

Commit

Permalink
Prettier Setup (#341)
Browse files Browse the repository at this point in the history
* chore: rerun prettier

* chore: add prettierignore

* chore: run prettier everywhere
  • Loading branch information
jkoenig134 authored Jan 9, 2025
1 parent 0370ceb commit 3dcaa2d
Show file tree
Hide file tree
Showing 6 changed files with 228 additions and 226 deletions.
8 changes: 4 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Readiness checklist

- [ ] I added/updated tests.
- [ ] I ensured that the PR title is good enough for the changelog.
- [ ] I labeled the PR.
- [ ] I self-reviewed the PR.
- [ ] I added/updated tests.
- [ ] I ensured that the PR title is good enough for the changelog.
- [ ] I labeled the PR.
- [ ] I self-reviewed the PR.

<!-- # Description -->
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
helmChart/templates
packages/sdk/schemas.json
Loading

0 comments on commit 3dcaa2d

Please sign in to comment.