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-18 19:02:25 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
00d88555054a4d8af18001f5a500237685797145
00d88555
1 parent
333395a1
chore: eslint 규칙 추가
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
frontend/.eslintrc.json
frontend/.eslintrc.json
View file @
00d8855
...
...
@@ -11,7 +11,9 @@
"prettier/prettier"
:
[
2
,
{
"endOfLine"
:
"auto"
}],
"arrow-body-style"
:
1
"arrow-body-style"
:
1
,
"react/jsx-fragments"
:
0
,
"react/prop-types"
:
0
},
"settings"
:
{
"react"
:
{
...
...
Please
register
or
login
to post a comment