mirror of
https://github.com/immich-app/immich.git
synced 2025-01-04 02:46:47 +01: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',
|
sourceType: 'module',
|
||||||
ecmaVersion: 2022,
|
ecmaVersion: 2022,
|
||||||
extraFileExtensions: ['.svelte'],
|
extraFileExtensions: ['.svelte'],
|
||||||
|
tsconfigRootDir: __dirname,
|
||||||
project: ['./tsconfig.json'],
|
project: ['./tsconfig.json'],
|
||||||
},
|
},
|
||||||
env: {
|
env: {
|
||||||
|
|
Loading…
Reference in a new issue