mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-23 08:16:16 -04:00
fix(lint): missing dangling comma
This commit is contained in:
parent
ba3b84c668
commit
f05c8e1dc6
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ export const config = figue({
|
||||||
.loadEnv({
|
.loadEnv({
|
||||||
...import.meta.env,
|
...import.meta.env,
|
||||||
// Because the string 'import.meta.env.PACKAGE_VERSION' is statically replaced during build time (see 'define' in vite.config.ts)
|
// Because the string 'import.meta.env.PACKAGE_VERSION' is statically replaced during build time (see 'define' in vite.config.ts)
|
||||||
PACKAGE_VERSION: import.meta.env.PACKAGE_VERSION
|
PACKAGE_VERSION: import.meta.env.PACKAGE_VERSION,
|
||||||
})
|
})
|
||||||
.validate()
|
.validate()
|
||||||
.getConfig();
|
.getConfig();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue