Skip to content

Commit

Permalink
setting: prettier 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
ndaemy committed May 25, 2023
1 parent 129c7ad commit cb78306
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"arrowParens": "avoid",
"jsxSingleQuote": true,
"semi": true,
"singleQuote": true,
"trailingComma": "all"
}
"trailingComma": "es5"
}

0 comments on commit cb78306

Please sign in to comment.