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

TSLint: Fixed Syntax Warning #37036

Merged
merged 1 commit into from
Oct 28, 2017
Merged

TSLint: Fixed Syntax Warning #37036

merged 1 commit into from
Oct 28, 2017

Conversation

mxschmitt
Copy link
Member

Fixed incorrect syntax in the semicolon setting. TSlint does give a warning, if you set the set "always" as the first parameter. It expects a boolean as the first and "always" as the second.
More information you will find here: https://palantir.github.io/tslint/rules/semicolon/
image

Fixed incorrect syntax in the semicolon setting. TSlint does give a warning, if you set the set "always" as the first parameter. It expects a boolean as the first and "always" as the second.
More information you will find here: https://palantir.github.io/tslint/rules/semicolon/
@egamma egamma merged commit f4aa124 into microsoft:master Oct 28, 2017
@egamma
Copy link
Member

egamma commented Oct 28, 2017

@maxibanki thanks for catching this!

@jrieken fyi you seem to have changed this some time ago.

egamma pushed a commit that referenced this pull request Oct 31, 2017
Fixed incorrect syntax in the semicolon setting. TSlint does give a warning, if you set the set "always" as the first parameter. It expects a boolean as the first and "always" as the second.
More information you will find here: https://palantir.github.io/tslint/rules/semicolon/
@egamma egamma added this to the October 2017 milestone Nov 6, 2017
@github-actions github-actions bot locked and limited conversation to collaborators Mar 29, 2020
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.

None yet

2 participants