chore(web): fix eslint setup in VS Code (#7543)
parent
c89d91e006
commit
55ecfafa82
|
|
@ -13,6 +13,7 @@ module.exports = {
|
|||
sourceType: 'module',
|
||||
ecmaVersion: 2022,
|
||||
extraFileExtensions: ['.svelte'],
|
||||
tsconfigRootDir: __dirname,
|
||||
project: ['./tsconfig.json'],
|
||||
},
|
||||
env: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue