Skip to content

Commit

Permalink
[codesquad-kiosk-max-team-02#1] chore: prettier 세팅
Browse files Browse the repository at this point in the history
  • Loading branch information
gunoc committed Jun 20, 2023
1 parent 30f3438 commit 49e5a94
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions fe/.prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"printWidth": 120,
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"bracketSpacing": true,
"trailingComma": "all",
"arrowParens": "always",
"endOfLine": "auto"
}

0 comments on commit 49e5a94

Please sign in to comment.