Skip to content

Commit

Permalink
chore: eslint 8.57.0 flat
Browse files Browse the repository at this point in the history
  • Loading branch information
tooooo1 committed Aug 31, 2024
1 parent 5b20f10 commit 20f9d42
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^9.9.1",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
Expand Down
2 changes: 1 addition & 1 deletion src/api/Notice.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { AxiosError } from 'axios';

import type { NoticeDetail,NoticeItem } from '../types/notice';
import type { NoticeDetail, NoticeItem } from '../types/notice';
import JwtInterceptors from './ApiController';

const Notices = () => {
Expand Down

0 comments on commit 20f9d42

Please sign in to comment.