Skip to content

Commit

Permalink
Merge pull request #49 from epigram5-9/merge/FE-51
Browse files Browse the repository at this point in the history
FE-51 ๐Ÿ”€ epic ๋ธŒ๋žœ์น˜ ์ตœ์‹ ํ™”
  • Loading branch information
newjinlee authored Jul 21, 2024
2 parents f78ea94 + bdea96c commit 40f3f02
Show file tree
Hide file tree
Showing 31 changed files with 1,202 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ module.exports = {
'react/jsx-props-no-spreading': 'off',
'no-use-before-define': 'off',
'@typescript-eslint/no-use-before-define': ['off'],
"react/require-default-props": 'off',
"react/self-closing-comp": 'off',
},
settings: {
react: {
Expand Down
Loading

0 comments on commit 40f3f02

Please sign in to comment.