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 21:03:28 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
97212a70019a810a912cb939e7f255c4f6171fad
97212a70
1 parent
50eae00f
chore: eslint 규칙 추가
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
frontend/.eslintrc.json
frontend/.eslintrc.json
View file @
97212a7
...
...
@@ -8,7 +8,10 @@
"extends"
:
[
"airbnb"
,
"prettier"
],
"rules"
:
{
"react/jsx-filename-extension"
:
0
,
"prettier/prettier"
:
2
"prettier/prettier"
:
[
2
,
{
"endOfLine"
:
"auto"
}],
"arrow-body-style"
:
1
},
"settings"
:
{
"react"
:
{
...
...
Please
register
or
login
to post a comment