chore: upgrade eslint version to 9.x (#3608)

* chore(eslint): upgrade eslint version to 9.x

* style: enhance ESLint configuration for compatibility with ESLint 8.x
This commit is contained in:
Roland
2025-03-19 20:04:33 +08:00
committed by GitHub
parent 858895585e
commit afab5b352b
7 changed files with 666 additions and 1273 deletions
@@ -1,4 +1,3 @@
/* eslint-disable react/no-unknown-property */
import { CloseOutlined, CodeOutlined, ExportOutlined, PushpinOutlined, ReloadOutlined } from '@ant-design/icons'
import { isMac, isWindows } from '@renderer/config/constant'
import { AppLogo } from '@renderer/config/env'
@@ -1,6 +1,7 @@
import React, { useEffect, useRef } from 'react'
import { useTheme } from '@renderer/context/ThemeProvider'
import { ThemeMode } from '@renderer/types'
import React, { useEffect, useRef } from 'react'
import MermaidPopup from './MermaidPopup'
interface Props {