Enabling svelte generics support in eslint.

This commit is contained in:
mike12345567 2025-03-18 15:14:50 +00:00
parent dbf11a7ec2
commit b30b43fac8
1 changed files with 3 additions and 0 deletions

View File

@ -47,6 +47,9 @@ export default [
parserOptions: {
allowImportExportEverywhere: true,
svelteFeatures: {
experimentalGenerics: true,
},
},
},