Skip to content

Commit

Permalink
chore: add prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
Pieloaf committed Oct 24, 2023
1 parent f847fc5 commit 9bb5f6c
Show file tree
Hide file tree
Showing 8 changed files with 477 additions and 444 deletions.
6 changes: 6 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"trailingComma": "es5",
"tabWidth": 4,
"semi": true,
"singleQuote": false
}
Loading

0 comments on commit 9bb5f6c

Please sign in to comment.