Skip to content

Commit

Permalink
feat: 스터데이 프리티어 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
HeeSeok-kim committed Oct 24, 2023
1 parent 0a5f04d commit 324426a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"semi" : false,
"trailling Comma" : "none",
"trailingComma" : "none",
"arrowParens": "always",
"singleQuote": true,
"tab width" : 2,
"printwidth" : 80

"tabWidth" : 2,
"printWidth" : 80
}

0 comments on commit 324426a

Please sign in to comment.