Skip to content

Commit

Permalink
Merge pull request #7 from TOY2-12/T1-6--feature/auth
Browse files Browse the repository at this point in the history
Style: 메인 및 서브 레이아웃 적용
  • Loading branch information
skyeome authored Nov 8, 2023
2 parents 1023cbb + 9e5f30b commit 3c749b2
Show file tree
Hide file tree
Showing 24 changed files with 1,094 additions and 30 deletions.
5 changes: 4 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@
"project": "./tsconfig.json"
},
"plugins": ["react", "@typescript-eslint"],
"rules": {}
"rules": {
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/no-shadow": "off"
}
}
Loading

0 comments on commit 3c749b2

Please sign in to comment.