mirror of
https://gitee.com/honghuangdc/soybean-admin-element-plus.git
synced 2025-12-30 10:22:25 +00:00
fix(deps): 🐛 fix lint error. [#63]
This commit is contained in:
@@ -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
4102
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
1
src/typings/vite-env.d.ts
vendored
1
src/typings/vite-env.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user