Manav Rathi
2024-06-19 13:31:03 +05:30
parent 04fd2f8007
commit f9588cf1c8
2 changed files with 2 additions and 1 deletions

View File

@@ -69,7 +69,7 @@ export default function Index() {
{pairingCode ? <PairingCode code={pairingCode} /> : <Spinner />}
<p>
Visit{" "}
<a href="https://ente.io/cast" target="_blank">
<a href="https://ente.io/cast" target="_blank" rel="noopener">
ente.io/cast
</a>{" "}
for help

View File

@@ -8,6 +8,7 @@ module.exports = {
plugins: ["react-refresh"],
settings: { react: { version: "18.2" } },
rules: {
"react/jsx-no-target-blank": ["warn", { allowReferrer: true }],
"react-refresh/only-export-components": [
"warn",
{ allowConstantExport: true },