diff --git a/.changeset/brown-dots-change.md b/.changeset/brown-dots-change.md new file mode 100644 index 000000000..dfa797d2f --- /dev/null +++ b/.changeset/brown-dots-change.md @@ -0,0 +1,5 @@ +--- +'eslint-plugin-svelte': minor +--- + +feat: add Svelte 5 support to `no-not-function-handler` diff --git a/docs/rules/no-not-function-handler.md b/docs/rules/no-not-function-handler.md index 3162a4254..c1736a0a2 100644 --- a/docs/rules/no-not-function-handler.md +++ b/docs/rules/no-not-function-handler.md @@ -29,16 +29,16 @@ If you use a non-function value for the event handler, it event handler will not -