You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The no-inline-styles rule has an option controlling whether it reports the use of transitions as well. This was largely due to the fact that the built-in Svelte 4 transitions used inline styles and thus using them wasn't "safe" in a no-inline-styles webpage.
With Svelte 5, transitions apparently no longer use inline styles. Thus, I'd like to change the default behaviour of the rule to allowing transitions (I think we can keep the option to disallow them for those who want it.)
The text was updated successfully, but these errors were encountered:
The
no-inline-styles
rule has an option controlling whether it reports the use of transitions as well. This was largely due to the fact that the built-in Svelte 4 transitions used inline styles and thus using them wasn't "safe" in a no-inline-styles webpage.With Svelte 5, transitions apparently no longer use inline styles. Thus, I'd like to change the default behaviour of the rule to allowing transitions (I think we can keep the option to disallow them for those who want it.)
The text was updated successfully, but these errors were encountered: