开发: 添加eslint两个package

This commit is contained in:
zhengw
2023-04-24 13:43:36 +08:00
parent 570b28d81b
commit 0b850f4ef4
39 changed files with 163 additions and 141 deletions

View File

@@ -144,7 +144,9 @@ export const getAdminList = (data: any) => {
});
return arr;
}
} catch (e) {}
} catch (e) {
/* empty */
}
}
return [];
@@ -171,7 +173,9 @@ export const formatTags = (data: any) => {
</>
);
}
} catch (e) {}
} catch (e) {
/* empty */
}
}
return <div></div>;
};
@@ -235,9 +239,7 @@ export const GroupIcon: React.FC<IGroupIcon> = (props) => {
</div>
)}
</div>
) : (
<></>
);
) : null;
})}
</div>
);