Skip to content

Commit

Permalink
Merge pull request #63 from tjtanjin/profile-page
Browse files Browse the repository at this point in the history
feat: new profile page ui
  • Loading branch information
tjtanjin authored Nov 11, 2024
2 parents d1e37a3 + cc954b1 commit 98c9402
Show file tree
Hide file tree
Showing 67 changed files with 6,777 additions and 239 deletions.
9 changes: 9 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@
"rules": {
"@typescript-eslint/no-unused-vars": "error",
"@typescript-eslint/consistent-type-definitions": ["error", "type"],
"@typescript-eslint/ban-types": [
"error",
{
"extendDefaults": true,
"types": {
"{}": false
}
}
],
"indent": ["error", "tab"],
"react/jsx-indent": ["error", "tab"],
"react/jsx-indent-props": ["error", "tab"],
Expand Down
Loading

0 comments on commit 98c9402

Please sign in to comment.