mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-26 11:08:38 +03:00
Merge pull request #4116 from gitbutlerapp/update-eslint-config-add-bindables
Discovering ancient runes
This commit is contained in:
commit
322d1e4104
@ -24,7 +24,10 @@ export default tsEslint.config(
|
||||
...globals.browser,
|
||||
$state: 'readonly',
|
||||
$derived: 'readonly',
|
||||
$props: 'readonly'
|
||||
$props: 'readonly',
|
||||
$bindable: 'readonly',
|
||||
$inspect: 'readonly',
|
||||
$host: 'readonly'
|
||||
},
|
||||
parser: svelteParser,
|
||||
parserOptions: {
|
||||
|
Loading…
Reference in New Issue
Block a user