Enabling svelte generics support in eslint.
This commit is contained in:
parent
dbf11a7ec2
commit
b30b43fac8
|
@ -47,6 +47,9 @@ export default [
|
||||||
|
|
||||||
parserOptions: {
|
parserOptions: {
|
||||||
allowImportExportEverywhere: true,
|
allowImportExportEverywhere: true,
|
||||||
|
svelteFeatures: {
|
||||||
|
experimentalGenerics: true,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue