Skip to content

Commit

Permalink
Merge pull request #368 from perry-mitchell/maint/dep_upgrade
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
perry-mitchell committed Mar 18, 2024
2 parents b06f2de + 9055b83 commit 4f0e3a0
Show file tree
Hide file tree
Showing 4 changed files with 229 additions and 222 deletions.
9 changes: 7 additions & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"arrowParens": "avoid",
"bracketSameLine": false,
"bracketSpacing": true,
"printWidth": 100,
"quoteProps": "as-needed",
"semi": true,
"singleQuote": false,
"tabWidth": 4,
"trailingComma": "none",
"arrowParens": "avoid"
"trailingComma": "none"
}
Loading

0 comments on commit 4f0e3a0

Please sign in to comment.