sveltejs / eslint-plugin-svelte

ESLint plugin for Svelte using AST
https://sveltejs.github.io/eslint-plugin-svelte/
MIT License
298 stars 36 forks source link

Svelte5: Add `svelte/no-string-event-attribute` #617

Open baseballyama opened 10 months ago

baseballyama commented 10 months ago

Description

Add the rule to ensure a smooth migration from Svelte 4 to Svelte 5.

refer: https://github.com/sveltejs/svelte/pull/9444