Add more eslint rules

This commit is contained in:
Vendicated
2022-10-08 20:36:57 +02:00
parent 0109381a4f
commit dea34503ef
13 changed files with 33 additions and 21 deletions

View File

@ -42,7 +42,7 @@ function withDispatcher(dispatcher: React.Dispatch<React.SetStateAction<boolean>
dispatcher(false);
}
};
};
}
interface CommonProps {
repo: string;