Configure eslnt so that it's happy

See: https://stackoverflow.com/questions/64933543/parsing-error-cannot-read-file-tsconfig-json-eslint
This commit is contained in:
Mattias Granlund 2023-12-23 14:07:24 +02:00
parent d81b22670e
commit 6ee895832c

View File

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