File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
packages/eslint-config-svelte Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,10 @@ const baseSvelteConfig = createConfig(
6666 // Svelte ESLint parser does not type snippets correctly
6767 // https://github.com/sveltejs/svelte-eslint-parser/issues/657
6868 '@typescript-eslint/no-confusing-void-expression' : 'off' ,
69+
70+ // Svelte ESLint parser can lose function prop types
71+ // https://github.com/sveltejs/svelte-eslint-parser/issues/608
72+ '@typescript-eslint/no-unsafe-call' : 'off' ,
6973 } ,
7074 } ,
7175
Original file line number Diff line number Diff line change 33 "publishConfig" : {
44 "access" : " public"
55 },
6- "version" : " 1.0.1 " ,
6+ "version" : " 1.0.2 " ,
77 "description" : " ESLint configuration for Svelte projects at Viam." ,
88 "type" : " module" ,
99 "main" : " ./eslint-config-svelte.js" ,
You can’t perform that action at this time.
0 commit comments