diff --git a/package.json b/package.json index 8b0052b..aa07a83 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,7 @@ "LICENSE", "sdk.js", "gatsby.js", - "dapps.js" + "dapps.js", + "ui.js" ] } diff --git a/ui.js b/ui.js index 2fc764f..a85cb0e 100644 --- a/ui.js +++ b/ui.js @@ -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",