1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-01 08:31:59 +00:00

chore(web): fix eslint setup in VS Code (#7543)

This commit is contained in:
Ben McCann 2024-02-29 16:28:54 -08:00 committed by GitHub
parent c89d91e006
commit 55ecfafa82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,6 +13,7 @@ module.exports = {
sourceType: 'module',
ecmaVersion: 2022,
extraFileExtensions: ['.svelte'],
tsconfigRootDir: __dirname,
project: ['./tsconfig.json'],
},
env: {