fix(deps): 🐛 fix lint error. [#63]

This commit is contained in:
一寸灰
2025-03-14 22:03:48 +08:00
committed by GitHub
parent 3f127be317
commit 77741e3312
3 changed files with 1947 additions and 2158 deletions

View File

@@ -97,7 +97,7 @@
"@iconify/json": "2.2.314",
"@sa/scripts": "workspace:*",
"@sa/uno-preset": "workspace:*",
"@soybeanjs/eslint-config": "1.5.3",
"@soybeanjs/eslint-config": "1.6.0",
"@types/bmapgl": "0.0.7",
"@types/dompurify": "3.2.0",
"@types/node": "22.13.9",

4102
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -8,6 +8,7 @@ declare namespace Env {
type RouterHistoryMode = 'hash' | 'history' | 'memory';
/** Interface for import.meta */
// eslint-disable-next-line @typescript-eslint/no-shadow
interface ImportMeta extends ImportMetaEnv {
/** The base url of the application */
readonly VITE_BASE_URL: string;