refactor: drop redundant eslint-enables
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
f34bb986ed
commit
37932c48a7
@ -150,10 +150,6 @@ const ShowProjectLinks = (props: ShowProjectLinksProps): JSX.Element => {
|
|||||||
: {getProjectSolution(id, title)}
|
: {getProjectSolution(id, title)}
|
||||||
</li>
|
</li>
|
||||||
));
|
));
|
||||||
/* eslint-enable @typescript-eslint/no-unsafe-assignment */
|
|
||||||
/* eslint-enable @typescript-eslint/no-unsafe-call */
|
|
||||||
/* eslint-enable @typescript-eslint/no-unsafe-return */
|
|
||||||
/* eslint-enable @typescript-eslint/no-unsafe-member-access */
|
|
||||||
};
|
};
|
||||||
|
|
||||||
const {
|
const {
|
||||||
|
Reference in New Issue
Block a user