-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
VSCode's formatter and the TS linter rules are not in sync #413
Comments
Eventually, this results in a build failure on the CI for #165. |
kittaakos
added a commit
that referenced
this issue
Aug 24, 2017
Signed-off-by: Akos Kitta <kittaakos@gmail.com>
kittaakos
added a commit
that referenced
this issue
Sep 8, 2017
Signed-off-by: Akos Kitta <kittaakos@gmail.com>
jbicker
pushed a commit
that referenced
this issue
Sep 19, 2017
Signed-off-by: Akos Kitta <kittaakos@gmail.com>
jbicker
pushed a commit
that referenced
this issue
Sep 26, 2017
Signed-off-by: Akos Kitta <kittaakos@gmail.com>
jbicker
pushed a commit
that referenced
this issue
Sep 27, 2017
Signed-off-by: Akos Kitta <kittaakos@gmail.com>
jbicker
pushed a commit
that referenced
this issue
Sep 28, 2017
Signed-off-by: Akos Kitta <kittaakos@gmail.com>
kittaakos
added a commit
that referenced
this issue
Sep 29, 2017
Signed-off-by: Akos Kitta <kittaakos@gmail.com>
kittaakos
added a commit
that referenced
this issue
Oct 4, 2017
Signed-off-by: Akos Kitta <kittaakos@gmail.com>
kittaakos
added a commit
that referenced
this issue
Oct 6, 2017
Signed-off-by: Akos Kitta <kittaakos@gmail.com>
svenefftinge
pushed a commit
that referenced
this issue
Oct 10, 2017
Signed-off-by: Akos Kitta <kittaakos@gmail.com>
@kittaakos is this still the case and what could we do to improve the situation? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It happens with the destructuring assignments.
Unformatted code:
Formatted code:
After formatting the code once can see a warning at
[head,]
from the linter.The text was updated successfully, but these errors were encountered: