fix: remove noreferrer on internal links (#9452)

* fix: remove `noreferrer` on internal links

* fix snaps

* fix lint
This commit is contained in:
David Luzar
2025-04-29 18:45:17 +02:00
committed by GitHub
parent 2a0d15799c
commit 4a60fe3d22
10 changed files with 21 additions and 14 deletions

View File

@ -32,6 +32,12 @@
"name": "jotai",
"message": "Do not import from \"jotai\" directly. Use our app-specific modules (\"editor-jotai\" or \"app-jotai\")."
}
],
"react/jsx-no-target-blank": [
"error",
{
"allowReferrer": true
}
]
}
}