-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems from 2.7.0 #32
Comments
Sorry about that! I suppose the addition of named code blocks was sort of a breaking change. You need to disable the rules on |
Actually, I think I'll release a bugfix version that puts the named code blocks feature behind a setting so you have to explicitly opt in. I really wasn't thinking about how much of a breaking change this would be. |
2.7.1 has been released. Does this fix the errors for you? |
yep. |
@nickelghost It seems like it does not work if you are using a |
From
"eslint-plugin-svelte3": "2.7.0",
both my IDE with eslint support andnpx eslint src/**
from cli complains about:3:3 error Import in body of module; reorder to top import/first
which is disable like this in
.eslintrc.js
:With
2.6.0
everything ok.Why?
The text was updated successfully, but these errors were encountered: