Skip to content

Commit

Permalink
Merge branch 'main' into 254-2
Browse files Browse the repository at this point in the history
  • Loading branch information
meredithom authored Nov 26, 2024
2 parents 730f015 + 68037fe commit a093220
Show file tree
Hide file tree
Showing 4 changed files with 802 additions and 175 deletions.
4 changes: 4 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# they will be requested for review when someone opens a pull request.
* @marklise @danieltruong @cameronpettit @meredithom @Christopher-walsh22 @davidclaveau
3 changes: 2 additions & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"printWidth": 120,
"singleQuote": true
"singleQuote": true,
"trailingComma": "none"
}
Loading

0 comments on commit a093220

Please sign in to comment.