mirror of
https://github.com/immich-app/immich.git
synced 2025-06-02 21:24:28 -04:00
chore(web): fix eslint setup in VS Code (#7543)
This commit is contained in:
parent
c89d91e006
commit
55ecfafa82
@ -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…
x
Reference in New Issue
Block a user