🎨 update eslint.config.js

This commit is contained in:
landaiqing
2024-11-05 17:43:34 +08:00
parent 462818ff9d
commit 2263ff213c
4 changed files with 1 additions and 6 deletions

View File

@@ -28,7 +28,6 @@ interface CommentContent {
}
export interface ReplyCommentParams {
user_id: string,
topic_id: string,
content: string,
images: string[],