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
I'd be open to eventually adding options, such as --interpolation-delimiter-start and --interpolation-delimiter-end. I want to finish the Vue Router rules before starting on something like that though.
@chrisvfritz Is there a way to simply dump the output to a .txt/.log file? I can sort through the false positives easier. That solution would be good enough for me.
I ran the migration helper on a project and it is falsely detecting "Interpolation within attributes" for blade files within a Laravel project.
It thinks
href="{{ $url }}"
should be:href="$url"
I have to write it like
href="@{{ url }}"
for Vue. :)The text was updated successfully, but these errors were encountered: