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 #5598] ignore no-inferrable-types rule on class properties. #5604

Merged
merged 2 commits into from
Apr 25, 2018
Merged

[Fix #5598] ignore no-inferrable-types rule on class properties. #5604

merged 2 commits into from
Apr 25, 2018

Conversation

Jicmou
Copy link

@Jicmou Jicmou commented Apr 21, 2018

As Component suffix is never used in component classes in the whole project,
we expect this rule disabled in tslint.

###Defect Fixes
When submitting a PR, please also create an issue documenting the error.

Partially Fixes #5598

###Feature Requests
Due to company policy, we are unable to accept feature request PRs with significant changes as such cases has to be implemented by our team following our own processes.

Jean-Christophe Maigrot added 2 commits April 21, 2018 19:10
As all class properties are typed, even the obvious ones
(e.g: inline: boolean = false;)
And those can be considered as documentation for an open-source project,
Then we should ignore this rule on class components.
@cagataycivici cagataycivici merged commit c3bd22e into primefaces:master Apr 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

100% compatible tslint checks
2 participants