fix(lint): missing dangling comma
This commit is contained in:
		
							parent
							
								
									ba3b84c668
								
							
						
					
					
						commit
						f05c8e1dc6
					
				| @ -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…
	
		Reference in New Issue
	
	Block a user