Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bbortt committed Jan 21, 2024
1 parent 7888b62 commit 992480c
Show file tree
Hide file tree
Showing 3 changed files with 2,263 additions and 4,326 deletions.
10 changes: 9 additions & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,13 @@
"endOfLine": "lf",
"singleQuote": true,
"trailingComma": "es5",
"tabWidth": 2
"tabWidth": 2,
"overrides": [
{
"files": "*.json",
"options": {
"trailingComma": "none"
}
}
]
}
Loading

0 comments on commit 992480c

Please sign in to comment.