Closed mikeychowy closed 1 year ago
@ItalyPaleAle
@mikeychowy thanks a lot for this PR!
You must have your editor configured to run the linter automatically on save. Because of that, pretty much every line of the source code was modified by the linter, and reviewing the PR and understanding what the real code changes are is almost impossible :(
Can you please do either one of:
I made changes to linter as well since eslint-plugin-svelte3
was deprecated in favor of eslint-plugin-svelte
in svelte 4, but you're correct, it does make any changes to code base impossible to understand, let me reopen this PR later with just the svelte 4 changes
Just came across this @mikeychowy and would really appreciate that new PR. May just have to apply this diff anyways, but I definitely need this for my current project.
Kudos.
upgrade svelte version to 4, I've used the migration script and manually trying to find what else needs to be changed, built the test app and nothing seems broken.
can't for the life of me figure out how to run the nightwatch test