Skip to content
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

Lock tslint version to 4.0.0-dev.0, because 4.0.0-dev.1 complains about unnecessary semicolons following properties #12021

Merged
1 commit merged into from
Nov 3, 2016

Conversation

ghost
Copy link

@ghost ghost commented Nov 3, 2016

This should fix my broken build in #11993. (Jenkins correctly uses the latest tslint and errors, while travis seems to be using the old tslint.)

…ut unnecessary semicolons following properties
@adidahiya
Copy link
Contributor

sorry, looking at the lint failures on https://github.com/Microsoft/TypeScript/blob/ab75ea75d337d82138083c52caea7419f3b20929/src/harness/unittests/tsserverProjectSystem.ts#L520, these look like false positives. the rule shouldn't flag unnecessary semicolons on single line lambdas (they look like simple properties). will get this fixed in the next dev release.

@ghost ghost merged commit 9705791 into master Nov 3, 2016
@ghost ghost deleted the tslint_version branch November 3, 2016 18:07
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants