Skip to content

Commit

Permalink
Merge pull request codestates-seb#2 from codestates-seb/feat/1-fe-레이아웃
Browse files Browse the repository at this point in the history
[FE] Feat: 초기 레이아웃 설정
  • Loading branch information
GitHubJIYEON committed Nov 10, 2022
2 parents c45367f + ab70c7e commit 7d20fa3
Show file tree
Hide file tree
Showing 19 changed files with 422 additions and 5 deletions.
8 changes: 7 additions & 1 deletion client/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
},
"rules": {
"react/react-in-jsx-scope": 0,
"react/jsx-uses-react": 0
"react/jsx-uses-react": 0,
"prettier/prettier":[
"error",
{
"endOfLine": "auto"
}
]
}
}

0 comments on commit 7d20fa3

Please sign in to comment.