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-06-12 19:09:04 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8afe686e5a6cc0257a6392a288ea36713d65a748
8afe686e
1 parent
dc4476f0
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 @
8afe686
...
...
@@ -13,7 +13,9 @@
}],
"arrow-body-style"
:
1
,
"react/jsx-fragments"
:
0
,
"react/prop-types"
:
0
"react/prop-types"
:
0
,
"import/prefer-default-export"
:
0
,
"no-param-reassign"
:
0
},
"settings"
:
{
"react"
:
{
...
...
Please
register
or
login
to post a comment