Skip to content

Commit

Permalink
chore: add prettier rules
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenyuWang committed Jan 29, 2024
1 parent 0566357 commit 428cfde
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules
dist
.next
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,
"jsxSingleQuote": true,
"printWidth": 80,
"tabWidth": 2
}

0 comments on commit 428cfde

Please # to comment.