We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8a3e35 commit 325a49aCopy full SHA for 325a49a
src/configs/svelte.ts
@@ -56,7 +56,7 @@ export async function svelte(
56
caughtErrors: "none",
57
ignoreRestSiblings: true,
58
vars: "all",
59
- varsIgnorePattern: "^\\$\\$Props$",
+ varsIgnorePattern: "^(\\$\\$Props$|\\$\\$Events$|\\$\\$Slots$)",
60
}],
61
62
"svelte/comment-directive": "error",
0 commit comments