add eslint-plugin-react

This commit is contained in:
Martti Malmi
2024-01-04 11:38:19 +02:00
parent 26146106d4
commit b143520901
9 changed files with 366 additions and 40 deletions

View File

@ -150,7 +150,7 @@ export default function ProfilePage({ id: propId, state }: ProfilePageProps) {
};
if (link) {
return (
<a href={link} rel="noreferer" target="_blank" className="ext">
<a href={link} rel="noreferer noreferrer" target="_blank" className="ext">
{inner()}
</a>
);