mirror of
https://github.com/m1ngsama/FUJI.git
synced 2025-12-24 10:51:27 +00:00
add lint ignorance
This commit is contained in:
parent
532760eeb4
commit
5fb4087ed2
2 changed files with 2 additions and 1 deletions
|
|
@ -60,6 +60,7 @@ export default [
|
|||
"node_modules/**/*",
|
||||
"src/utils/active/**/*",
|
||||
"openapi-ts.active.config.ts",
|
||||
"src/env.d.ts",
|
||||
],
|
||||
},
|
||||
]
|
||||
|
|
|
|||
2
src/env.d.ts
vendored
2
src/env.d.ts
vendored
|
|
@ -1,4 +1,4 @@
|
|||
import "../.astro/types.d.ts"
|
||||
/// <reference path="../.astro/types.d.ts" />
|
||||
interface ImportMetaEnv {
|
||||
readonly PUBLIC_SITE_URL: string
|
||||
readonly PUBLIC_LOGTO_CALLBACK_URL: string
|
||||
|
|
|
|||
Loading…
Reference in a new issue