Skip to content

Commit

Permalink
Feature/#46 prettier 설정 추가 (#47)
Browse files Browse the repository at this point in the history
* feat: prettier 설정 추가
  • Loading branch information
ghdtjgus76 authored Dec 20, 2024
1 parent f270df8 commit 5078461
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"singleQuote": false,
"semi": true,
"tabWidth": 2,
"trailingComma": "es5",
"arrowParens": "always"
}

0 comments on commit 5078461

Please sign in to comment.