Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2021-1-capstone-design1
/
GCL_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
안형욱
2021-04-13 16:50:49 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e594eb9bd8f96fdd5fa727402c9b1f19d5f16ef8
e594eb9b
1 parent
380d0b22
chore: prettier 규칙 추가
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
frontend/.prettierrc
frontend/.prettierrc
0 → 100644
View file @
e594eb9
{
"singleQuote"
:
true
,
"semi"
:
true
,
"tabWidth"
:
2
,
"trailingComma"
:
"es5"
,
"printWidth"
:
80
,
"arrowParens"
:
"avoid"
}
\ No newline at end of file
Please
register
or
login
to post a comment