Skip to content

Commit

Permalink
feat: add animations to cards on landing
Browse files Browse the repository at this point in the history
  • Loading branch information
RasenGUY committed Aug 16, 2023
1 parent 9e9a2f2 commit d53f507
Show file tree
Hide file tree
Showing 23 changed files with 14,665 additions and 8,052 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"import/named": "off",
"@typescript-eslint/no-var-requires": "off",
"@typescript-eslint/no-explicit-any": "off",
"react/no-unknown-property": ["error", { "ignore": ["tw"] }]
"react/no-unknown-property": ["error", { "ignore": ["tw"] }],
"react/display-name": "off"
}
}
Loading

0 comments on commit d53f507

Please sign in to comment.