Skip to content
This repository was archived by the owner on Jan 19, 2019. It is now read-only.

[FIX][no-unused-vars] assume constructor parameter args are used #173

Merged
merged 4 commits into from
Nov 21, 2018

Conversation

bradzacher
Copy link
Owner

Fixes #150

Whilst TSParameterPropertys are arguments, they are also technically class properties.
no-unused-vars has no handling for class properties, so just mark them as used.

Copy link
Collaborator

@weirdpattern weirdpattern left a comment

Choose a reason for hiding this comment

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

LGTM

@bradzacher bradzacher merged commit f92e07a into master Nov 21, 2018
@bradzacher bradzacher deleted the 150-no-unused-vars-parameter-properties branch November 21, 2018 16:48
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.

2 participants