Skip to content

Commit

Permalink
chore: use prettierrc
Browse files Browse the repository at this point in the history
  • Loading branch information
chakhsu committed Dec 3, 2023
1 parent e71ba10 commit 4caa8d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 7 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"arrowParens": "avoid",
"proseWrap": "always"
}
7 changes: 0 additions & 7 deletions prettier.config.js

This file was deleted.

0 comments on commit 4caa8d8

Please sign in to comment.