Skip to content

Commit

Permalink
Merge pull request #122 from MINI-FASTCAMPUS5/feature/121-refactor-re…
Browse files Browse the repository at this point in the history
…view

멘토링 리뷰 리펙터링 작업 (2)
  • Loading branch information
peacepiece7 authored Oct 23, 2023
2 parents 4240da3 + 06eac6c commit c9f5049
Show file tree
Hide file tree
Showing 113 changed files with 788 additions and 1,442 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ module.exports = {
}
],
'react/jsx-no-useless-fragment': 'error', // 불필요한 fragment 제거
'react/react-in-jsx-scope': 'off'
'react/react-in-jsx-scope': 'off',
'react-hooks/exhaustive-deps': 'off'
},
settings: {
react: {
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ node_modules
*.local
dist
build
.env

# Editor directories and files
.idea
Expand Down
145 changes: 0 additions & 145 deletions dist/YeonganIdolLogoOrigin.svg

This file was deleted.

62 changes: 0 additions & 62 deletions dist/YeonganIdolLogoSymbol.svg

This file was deleted.

Loading

0 comments on commit c9f5049

Please sign in to comment.