Skip to content

Commit 98c9402

Browse files
authored
Merge pull request #63 from tjtanjin/profile-page
feat: new profile page ui
2 parents d1e37a3 + cc954b1 commit 98c9402

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+6777
-239
lines changed

.eslintrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@
1717
"rules": {
1818
"@typescript-eslint/no-unused-vars": "error",
1919
"@typescript-eslint/consistent-type-definitions": ["error", "type"],
20+
"@typescript-eslint/ban-types": [
21+
"error",
22+
{
23+
"extendDefaults": true,
24+
"types": {
25+
"{}": false
26+
}
27+
}
28+
],
2029
"indent": ["error", "tab"],
2130
"react/jsx-indent": ["error", "tab"],
2231
"react/jsx-indent-props": ["error", "tab"],

0 commit comments

Comments
 (0)