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 can confirm that bug makes newline-after-imports pretty much useless in an Angular project, considering most of the typescript files in an angular project start with imports followed directly by the declaration of a decorated class.
With the following rule:
"import/newline-after-import": "error"
If I write:
No error is throw. But if I write:
it works as expected.
The way I see it, it should not care what the next line is (if not import, of course).
Here are the images:
The text was updated successfully, but these errors were encountered: