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:
parent
c89d91e006
commit
55ecfafa82
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ module.exports = {
|
|||
sourceType: 'module',
|
||||
ecmaVersion: 2022,
|
||||
extraFileExtensions: ['.svelte'],
|
||||
tsconfigRootDir: __dirname,
|
||||
project: ['./tsconfig.json'],
|
||||
},
|
||||
env: {
|
||||
|
|
Loading…
Reference in a new issue