Skip to content

Commit

Permalink
feat: .prettierrc 파일에 설정 추가
Browse files Browse the repository at this point in the history
default로 설정되어있는 값들도 명시적으로 적어주었습니다.

- #189
  • Loading branch information
niamu01 committed Dec 8, 2023
1 parent 4233311 commit aa37537
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"singleQuote": true,
"trailingComma": "all"
"trailingComma": "all",
"useTabs": false,
"tabWidth": 2,
"printWidth": 80,
"semi": true
}

0 comments on commit aa37537

Please sign in to comment.