mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-25 18:42:08 +03:00
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:
parent
d81b22670e
commit
6ee895832c
@ -13,6 +13,7 @@ module.exports = {
|
||||
sourceType: 'module',
|
||||
ecmaVersion: 2020,
|
||||
project: 'tsconfig.json',
|
||||
tsconfigRootDir: __dirname,
|
||||
extraFileExtensions: ['.svelte']
|
||||
},
|
||||
overrides: [
|
||||
|
Loading…
Reference in New Issue
Block a user