Skip to content

Commit

Permalink
ETC: prettier 설치 및 기본 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
chaerin-dev committed Jul 31, 2022
1 parent 522d13a commit fb22e24
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"printWidth": 80,
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "all"
}
35 changes: 35 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
"repository": {
"type": "git",
"url": "git+https://github.com/Baskin-Robbins-31/Baskin-Robbins-31.git"
},
"devDependencies": {
"prettier": "^2.7.1"
}
}

0 comments on commit fb22e24

Please sign in to comment.