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

fix(eslint-plugin): use bracket for infer in array-type rule #173

Merged
merged 1 commit into from
Jan 31, 2019
Merged

fix(eslint-plugin): use bracket for infer in array-type rule #173

merged 1 commit into from
Jan 31, 2019

Conversation

armano2
Copy link
Member

@armano2 armano2 commented Jan 31, 2019

This PR adds missing brackets for infer in array-type rule

fixes: #172

Copy link
Member

@bradzacher bradzacher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@armano2 armano2 merged commit 1f868ce into typescript-eslint:master Jan 31, 2019
@armano2 armano2 deleted the array-type branch January 31, 2019 21:58
kaicataldo pushed a commit to kaicataldo/typescript-eslint that referenced this pull request Aug 27, 2019
…escript-eslint#173)

Fixes typescript-eslint#150

Whilst `TSParameterProperty`s are arguments, they are also technically class properties.
`no-unused-vars` has no handling for class properties, so just mark them as used.
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 21, 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.

[array-type] autofix is broken
2 participants