Merge pull request #4116 from gitbutlerapp/update-eslint-config-add-bindables

Discovering ancient runes
This commit is contained in:
Caleb Owens 2024-06-19 12:40:29 +02:00 committed by GitHub
commit 322d1e4104
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: {