Skip to content

Commit

Permalink
feat: add ui file to be include in the project (#315)
Browse files Browse the repository at this point in the history
* feat: add ui file to be include in the project

* feat: add react/display-name rule
  • Loading branch information
braianj authored Jun 24, 2024
1 parent 69ad064 commit 24d59c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"LICENSE",
"sdk.js",
"gatsby.js",
"dapps.js"
"dapps.js",
"ui.js"
]
}
1 change: 1 addition & 0 deletions ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ module.exports = {
"plugin:react/jsx-runtime",
],
rules: {
"react/display-name": "off",
"import/no-named-as-default-member": "off",
"import/no-default-export": "error",
"@typescript-eslint/no-explicit-any": "off",
Expand Down

0 comments on commit 24d59c3

Please sign in to comment.