Skip to content

Commit

Permalink
fix(react-component): fix typing issues, building, dependencies, etc
Browse files Browse the repository at this point in the history
  • Loading branch information
tuner committed May 3, 2024
1 parent f676ff6 commit 3389e5c
Show file tree
Hide file tree
Showing 9 changed files with 1,684 additions and 371 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ module.exports = {
parserOptions: {
ecmaVersion: 2022,
sourceType: "module",
ecmaFeatures: {
jsx: true,
},
},
rules: {
"callback-return": "off",
Expand Down

0 comments on commit 3389e5c

Please sign in to comment.