add lint ignorance

This commit is contained in:
LazuliKao 2024-09-29 22:01:53 +08:00
parent 532760eeb4
commit 5fb4087ed2
2 changed files with 2 additions and 1 deletions

View file

@ -60,6 +60,7 @@ export default [
"node_modules/**/*", "node_modules/**/*",
"src/utils/active/**/*", "src/utils/active/**/*",
"openapi-ts.active.config.ts", "openapi-ts.active.config.ts",
"src/env.d.ts",
], ],
}, },
] ]

2
src/env.d.ts vendored
View file

@ -1,4 +1,4 @@
import "../.astro/types.d.ts" /// <reference path="../.astro/types.d.ts" />
interface ImportMetaEnv { interface ImportMetaEnv {
readonly PUBLIC_SITE_URL: string readonly PUBLIC_SITE_URL: string
readonly PUBLIC_LOGTO_CALLBACK_URL: string readonly PUBLIC_LOGTO_CALLBACK_URL: string