Skip to content

Commit

Permalink
🐞 fix:解决 CI 中 Prettier 校验报错
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackishGreen33 committed Aug 23, 2024
1 parent 4ff641c commit e762879
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/evaluateInfo/index.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable simple-import-sort/imports */
/* eslint-disable @typescript-eslint/no-misused-promises */
/* eslint-disable @typescript-eslint/require-await */
/* eslint-disable @typescript-eslint/no-explicit-any */
Expand All @@ -20,7 +21,7 @@ import CommentComponent from '@/components/CommentComponent/CommentComponent';

import { get, post } from '@/fetch';

import { Comment as CommentType,CommentInfoType } from '../../assets/types';
import { CommentInfoType, Comment as CommentType } from '../../assets/types';

export default function Index() {
const [allComments, setAllComments] = useState<CommentType[]>([]);
Expand Down

0 comments on commit e762879

Please sign in to comment.